Name | Description | |
---|---|---|
NOptionsPropertyEditorSchema | Schema associated with NOptionsPropertyEditor. | |
StyleProperty | Reference to the Style property. |
The following tables list the members exposed by NOptionsPropertyEditor<TOption>.
Name | Description | |
---|---|---|
NOptionsPropertyEditorSchema | Schema associated with NOptionsPropertyEditor. | |
StyleProperty | Reference to the Style property. |
Name | Description | |
---|---|---|
Style | Gets or sets the style of the enum property editor. It controls the type of value control that the editor must use, and is only regarded proir to editor initialization. |
Name | Description | |
---|---|---|
CreateComboBox | Creates a combo box for this editor. | |
CreateListBox | Creates a list box for this editor. | |
CreateValueControl | Overridden. Overriden to create the options select control. | |
FillItems<rYjb> | Fills the given collection of items from the options returned by the GetOptions method of this editor. | |
GetOptions | Must override to return the options available for the user to choose from. | |
GetWidgetForOption | Must override to return the widget that represents the specified option in the UI. | |
OnComboBoxSelectedIndexChanged | Called when the combo box selected index has changed. | |
OnListBoxSelectedItemChanged | Called when the list box selected item has changed. | |
OnRadioGroupSelectedIndexChanged | Called when the radio group selected index has changed | |
OnUpdateFromEditedNode | Overridden. Updates the editor from the edited node. | |
OptionsEqual | Checks whether the given options are equal. |