DropButtonStyle

<< Click to Display Table of Contents >>

 

DropButtonStyle

Enum This property specifies a symbol to display on Combo's button. Available options for this property are described on the next table.

Available options for the DropButtonStyle property

Option

Description

0 - fmDropButtonStylePlain

Displays a flat button, without a symbol

1 - fmDropButtonStyleArrow

Displays a down arrow (default)

2 - fmDropButtonStyleEllipsis

Displays an ellipsis

3 - fmDropButtonStyleReduce

Displays a horizontal line with an underscore character

 

Default value of this property is 1 - fmDropButtonStyleArrow.

Was this page useful?