Name | Description | |
---|---|---|
![]() | NMaskedEnumPanel Constructor | Default constructor. |
The following tables list the members exposed by NMaskedEnumPanel.
Name | Description | |
---|---|---|
![]() | NMaskedEnumPanel Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() ![]() | EnumTypeProperty | Reference to the EnumType property. |
![]() ![]() | EnumValueChangedEvent | Reference to the EnumValueChanged event. |
![]() ![]() | NMaskedEnumPanelSchema | Schema associated with NMaskedEnumPanel. |
![]() ![]() | ShowOnlyBitValuesProperty | Reference to the ShowOnlyBitValues property. |
![]() ![]() | ValuePropertyEx | Reference to the Value extended property. |
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. |
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. |
Name | Description | |
---|---|---|
![]() | OnCheckBoxCheckedChanged | Called when the Checked property of a check box has changed. |
Name | Description | |
---|---|---|
![]() | EnumValueChanged | Occurs when the enum value has changed. |