NMaskedEnumPanel Class Members
In This Topic
The following tables list the members exposed by NMaskedEnumPanel.
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. |
| 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 |
| Initialize | Initializes the panel and creates the check boxes, which represent the flag values. This method should be called when you have configured the panel properties, but before you set the EnumValue property. |
| SetTooltip | Sets the tooltip of the checkbox associated with the given enum value. |
Top
Public Events
See Also