NMenuDropDown Class Methods
For a list of all members of this type, see NMenuDropDown members.
| 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