TreeNodeStyleCollectionEditor.CreateCollectionItemType Method

Definition

Gets the data type that this collection edits.

protected:
 override Type ^ CreateCollectionItemType();
protected override Type CreateCollectionItemType ();
override this.CreateCollectionItemType : unit -> Type
Protected Overrides Function CreateCollectionItemType () As Type

Returns

The data type that this collection edits.

Applies to

See also