Enum PropertyEntryType
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
[Flags]
public enum PropertyEntryType
Fields
| Name | Description |
|---|---|
| AllowDrag | Allows the label to be destination of drag-drop operations |
| Bold | Label in bold letters |
| CancelButton | A cancel button should be displayed for this entry (usually in the context of an action) |
| Checkable | A label with a check-box, Changes reported by ButtonClicked, Value == "0" (not checked), "1" (checked), "2" (undetermined or disabled) |
| Checked | Entry is checked |
| ContextMenu | There is a context menu for this entry |
| DropDown | This entry ha a drop down list for its selection |
| GroupTitle | A simple group title, no control to manipulate that entry |
| HasSpinButton | This entry has a spin button (up/down button) |
| HasSubEntries | This entry has sub-entries |
| Highlight | Label in Highlight color (red) |
| LabelEditable | Label may be edited, good for named values |
| Link | Label is a link, currently not supported |
| OKButton | A OK Button should be displayed for this entry (usually in the context of an action) |
| Selectable | Entry may be selected (not selectable: GroupTitles) |
| Selected | Entry is selected |
| Seperator | This entry is a separator |
| ValueAsButton | Clicking on the (non editable) value calls ButtonClicked(PropertyEntryButton) with the flag value |
| ValueEditable | The value can be edited |