Name | Description | |
---|---|---|
![]() | NMenuDropDown Constructor | Overloaded. |
The following tables list the members exposed by NMenuDropDown.
Name | Description | |
---|---|---|
![]() | NMenuDropDown Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() ![]() | NMenuDropDownSchema | Schema associated with NMenuDropDown. |
![]() ![]() | SchemaForSkinning | The schema to use for skinning. |
![]() ![]() | SpacingProperty | Reference to the Spacing property. |
![]() ![]() | SymbolBoxChild | Reference to the SymbolBox child. |
![]() ![]() | SymbolContentRelationProperty | Reference to the SymbolContentRelation property. |
![]() ![]() | TogglePopupOnClickProperty | Reference to the TogglePopupOnClick property. |
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. |
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. |
Name | Description | |
---|---|---|
![]() | ArrangeContent | Overridden. Overriden to layout the content. |
![]() | MeasureContent | Overridden. Overriden to measure the content. |
![]() | OnClick | Overridden. Raises the click event |
![]() | OnPopupOpened | Overridden. Called when the popup is opened. |