NevronOpenVision
Nevron.Nov.UI Namespace / NMenuDropDown Class
Fields Properties Methods Events


In This Topic
    NMenuDropDown Class Members
    In This Topic

    The following tables list the members exposed by NMenuDropDown.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Fields
     NameDescription
    Public Fieldstatic (Shared in Visual Basic)Schema associated with NMenuDropDown.  
    Public Fieldstatic (Shared in Visual Basic)The schema to use for skinning.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the Spacing property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SymbolBox child.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the SymbolContentRelation property.  
    Public Fieldstatic (Shared in Visual Basic)Reference to the TogglePopupOnClick property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the spacing between the symbol and the content.  
    Public PropertyGets or sets the SymbolBox child.  
    Public PropertyGets or sets the symbol/content relation of this menu drop down.  
    Public PropertyGets or sets whether the popup should be toggled, when the user clicks inside the element content. By default set to true.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates a checkable menu item for each value of the specified array. Assigns the corresponding array value to the Tag property of each item.  
    Public MethodCreates a checkable menu item for each value of the specified enum. Assigns the corresponding enum value to the Tag property of each item.  
    Public MethodGets the index of the first item whose Tag property is equal to the given value.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden. Overriden to layout the content.  
    Protected MethodOverridden. Overriden to measure the content.  
    Protected MethodOverridden. Raises the click event  
    Protected MethodOverridden. Called when the popup is opened.  
    Top
    See Also