Enum ShowPropertyEntryType
The kind of an entry in the property grid.
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public enum ShowPropertyEntryType
Fields
| Name | Description |
|---|---|
| Command | Do not use |
| Control | A control that uses the whole space, not the split layout with a label on the left side. |
| GroupTitle | A simple group title, no control to manipulate that entry |
| OwnerDrawEntry | An owner drawn entry |
| Seperator | A separator |
| SimpleEntry | A simple entry with a control (e.g. edit box) |