Enum OutlineControlTypeNameDisplayStyle
- Namespace
- Alternet.FormDesigner.WinForms
- Assembly
- Alternet.FormDesigner.v9.dll
Defines appearance of the item's type name in the outline control.
public enum OutlineControlTypeNameDisplayStyle
Fields
Full = 2
Specifies full type name.
None = 0
Specifies no type name.
Short = 1
Specifies short type name.