NevronOpenVision
Nevron.Nov.Editors Namespace / NOptionsPropertyEditor<TOption> Class
Fields Properties Methods Events


In This Topic
    NOptionsPropertyEditor<TOption> Class Members
    In This Topic

    The following tables list the members exposed by NOptionsPropertyEditor<TOption>.

    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NOptionsPropertyEditor.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Style property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets 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.  
    Top
    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