NEnumPropertyEditor Class Members
The following tables list the members exposed by NEnumPropertyEditor.
| Name | Description |
  | ComboBoxTemplate | An editor template, for an enum property editor, which is displayed as a combo box (the default). |
  | HorizontalRadioGroupTemplate | An editor template, for an enum property editor, which is displayed as a horizontal radio group embedded in a group box. |
  | HorizontalRadioTemplate | An editor template, for an enum property editor, which is displayd as a horizontal radio group. |
  | ListBoxTemplate | An editor template, for an enum property editor, which is displayed as a list box |
  | NEnumPropertyEditorSchema | Schema associated with NEnumPropertyEditor |
  | VerticalRadioGroupTemplate | An editor template, for an enum property editor, which is displayed as a vertical radio group embedded in a group box. |
Top
| Name | Description |
 | GetOptions | Overridden. Overriden to return the enum values of the property enum type. |
 | GetWidgetForOption | Overridden. Overriden to return a label, that contains a string representation of the specified enum value. |
Top