DropStyle
DropStyle
Determines whether the DBEdit control displays an down arrow or ellipses when acting as a dropdown control
Enumerated type, possible values are:
DropDown | Used to display a down arrow on the right hand side of the control |
---|---|
Ellipsis | Used to display ellipsis ("...") on the right hand side of the control. If set to ellipsis then the control will not display a drop down section, therefore the DropDown() event handler will not be called, instead the Click() event handler is called. The ellipsis button is useful for displaying a special search dialog instead of a normal Combo box |
Search | Search hints |
Applies to: KCMLEdit
DropStyle
Sets style of button controlling any listbox
Enumerated type, possible values are:
Default | Grid default rules |
---|---|
DropDown | Used to display a down arrow on the right hand side of the control |
Ellipsis | Used to display ellipsis ("...") on the right hand side of the control. If set to ellipsis then the control will not display a drop down section, therefore the DropDown() event handler will not be called, instead the Click() event handler is called. The ellipsis button is useful for displaying a special search dialog instead of a normal Combo box |
List | |
Search | Edit displays a search button and fires a Search event when the button is clicked or text is modified. |
This property is used to determine whether the Edit control or grid cell displays a down arrow or ellipses on the right hand side of the control when acting as a drop down list. For this property to have any effect the DropDown property should also be set to anything other than NoDrop. This property is a design time only property and can therefore not be changed under program control.