C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / C1NumericEdit Class / DropDownStyle Property

In This Topic
DropDownStyle Property (C1NumericEdit)
In This Topic
Gets or sets the style of the combo box.
Syntax
'Declaration
 
Public Property DropDownStyle As DropDownStyle
 
Remarks
The DropDownStyle property specifies whether the text portion can be edited.

If the value is Default, the text is editable and the dropdown list is displayed by clicking the down arrow.

If the value is DropDownList, the text is not editable and the dropdown list is displayed by clicking any part of the control.

See Also