NevronOpenVision
Nevron.Nov.Editors Namespace / NMaskedEnumDropDown Class
Fields Properties Methods Events


In This Topic
    NMaskedEnumDropDown Class Members
    In This Topic

    The following tables list the members exposed by NMaskedEnumDropDown.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Reference to the EnumValue property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Label child.  
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NMaskedEnumDropDown.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the number of columns in which the enum values must be laid out.  
    Public PropertyGets or sets the masked enum type.  
    Public PropertyGets or sets the enum value. Call the Initialize method before setting this property.  
    Public PropertyGets/Sets the Label child.  
    Public PropertyGets or sets whether the group box will display only single bit enum values. By default set to true.  
    Top
    Public Methods
     NameDescription
    Public MethodOverridden. Appends the displayable children of the node to the provided list.  
    Public MethodInitializes the drop down and creates the check boxes, which represent the flag values. This method should be called when you have configured the drop down properties but before you set the EnumValue property.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to layout the item slot.  
    Protected MethodOverridden. Creates the popup content of this drop down, which is a masked enum panel.  
    Protected MethodOverridden. Overriden to return true.  
    Protected MethodOverridden. Overriden to measure the item slot.  
    Protected MethodCalled when the enum type has changed.  
    Protected MethodCalled when the edited enum value has changed.  
    Protected MethodOverridden. Called when the popup is closed.  
    Protected MethodOverridden. Called when the popup is about to be opened.  
    Protected MethodOverridden. Overriden to return the label text as tooltip.  
    Top
    Public Events
     NameDescription
    Public EventOccurs when the enum value has changed.  
    Top
    See Also