NMaskedEnumDropDown Class Members
In This Topic
The following tables list the members exposed by NMaskedEnumDropDown.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| ColumnCount | Gets or sets the number of columns in which the enum values must be laid out. |
| EnumType | Gets or sets the masked enum type. |
| EnumValue | Gets or sets the enum value. Call the Initialize method before setting this property. |
| Label | Gets/Sets the Label child. |
| ShowOnlyBitValues | Gets or sets whether the group box will display only single bit enum values. By default set to true. |
Top
Public Methods
| Name | Description |
| AccumulateDisplayChildren | Overridden. Appends the displayable children of the node to the provided list. |
| Initialize | Initializes 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
Public Events
See Also