[]
        
(Showing Draft Content)

C1.Win.C1Input.DropDownControlButtonFlags

DropDownControlButtonFlags Enum

Used by C1DropDownControl.VisibleButtons properties.

Namespace: C1.Win.C1Input
Assembly: C1.Win.C1Input.4.8.dll
Syntax
[Flags]
[TypeConverter(typeof(DropDownControlButtonConverter))]
public enum DropDownControlButtonFlags

Fields

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.