Method | Description | |
---|---|---|
DropDownTabPageCollectionEditor ( |
A simple constructor that initializes the object with the given values.
|
Method | Description | |
---|---|---|
CreateCollectionItemType ( ) : |
Gets the type of the item in the collection being edited.
|
|
CreateInstance ( |
Creates an instance of an item for use in the collection being edited. This sets the text of the created DropDownTabPage to its name. |
|
SetItems ( object p_objTabPages, object p_objValues ) : object |
Sets the collection to the set of given items.
|
protected CreateCollectionItemType ( ) : |
||
return |
protected CreateInstance ( |
||
p_tpeItemType | The type of the item to be created. | |
return | object |
public DropDownTabPageCollectionEditor ( |
||
p_tpeType | The type of the ovjects in the collection being edited. | |
return | System |
protected SetItems ( object p_objTabPages, object p_objValues ) : object | ||
p_objTabPages | object | The collection being edited. |
p_objValues | object | The array of items to which to set the collection being edited. |
return | object |