NMenuDropDown Class Members
In This Topic
The following tables list the members exposed by NMenuDropDown.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| Spacing | Gets or sets the spacing between the symbol and the content. |
| SymbolBox | Gets or sets the SymbolBox child. |
| SymbolContentRelation | Gets or sets the symbol/content relation of this menu drop down. |
| TogglePopupOnClick | Gets or sets whether the popup should be toggled, when the user clicks inside the element content. By default set to true. |
Top
Public Methods
| Name | Description |
| FillFromArray<KjCd> | Creates a checkable menu item for each value of the specified array. Assigns the corresponding array value to the Tag property of each item. |
| FillFromEnum<jjCd> | Creates a checkable menu item for each value of the specified enum. Assigns the corresponding enum value to the Tag property of each item. |
| IndexOfItemWithTag | Gets the index of the first item whose Tag property is equal to the given value. |
Top
See Also