Nevron.Nov.Editors Namespace / NMaskedEnumDropDown Class


In This Topic
    NMaskedEnumDropDown Class Methods
    In This Topic

    For a list of all members of this type, see NMaskedEnumDropDown members.

    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
    See Also