[]
Used by C1DropDownControl.VisibleButtons properties.
[Flags]
[TypeConverter(typeof(DropDownControlButtonConverter))]
public enum DropDownControlButtonFlags
Name | Description |
---|---|
All | Show all buttons |
Custom | Show a custom button. |
DropDown | Show dropdown button. |
Modal | Show button to start a modal dialog. |
None | Show without any button |
UpDown | Show up/down buttons. |