NevronOpenVision
Nevron.Nov.Editors Namespace / NOptionsPropertyEditor<TOption> Class


NOptionsPropertyEditor<TOption> Class Methods

For a list of all members of this type, see NOptionsPropertyEditor<TOption> members.

Protected Methods
 NameDescription
Protected MethodCreates a combo box for this editor.  
Protected MethodCreates a list box for this editor.  
Protected MethodOverridden. Overriden to create the options select control.  
Protected MethodFills the given collection of items from the options returned by the GetOptions method of this editor.  
Protected MethodMust override to return the options available for the user to choose from.  
Protected MethodMust override to return the widget that represents the specified option in the UI.  
Protected MethodCalled when the combo box selected index has changed.  
Protected MethodCalled when the list box selected item has changed.  
Protected MethodCalled when the radio group selected index has changed  
Protected MethodOverridden. Updates the editor from the edited node.  
Protected MethodChecks whether the given options are equal.  
Top
See Also