Name | Description | |
---|---|---|
![]() | NMaskedEnumDropDown Constructor | Default constructor. |
The following tables list the members exposed by NMaskedEnumDropDown.
Name | Description | |
---|---|---|
![]() | NMaskedEnumDropDown Constructor | Default constructor. |
Name | Description | |
---|---|---|
![]() ![]() | EnumValueProperty | Reference to the EnumValue property. |
![]() ![]() | LabelChild | Reference to the Label child. |
![]() ![]() | NMaskedEnumDropDownSchema | Schema associated with NMaskedEnumDropDown. |
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. |
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. |
Name | Description | |
---|---|---|
![]() | ArrangeItem | Overridden. Overriden to layout the item slot. |
![]() | CreatePopupContent | Overridden. Creates the popup content of this drop down, which is a masked enum panel. |
![]() | IsPopupContentStatic | Overridden. Overriden to return true. |
![]() | MeasureItem | Overridden. Overriden to measure the item slot. |
![]() | OnEnumTypeChanged | Called when the enum type has changed. |
![]() | OnEnumValueChanged | Called when the edited enum value has changed. |
![]() | OnPopupClosed | Overridden. Called when the popup is closed. |
![]() | OnPopupOpening | Overridden. Called when the popup is about to be opened. |
![]() | RequestTooltip | Overridden. Overriden to return the label text as tooltip. |
Name | Description | |
---|---|---|
![]() | EnumValueChanged | Occurs when the enum value has changed. |