Specifies the symbol displayed on the drop button in a ComboBox.
Syntax
object.DropButtonStyle [=DropButtonStyle]
The DropButtonStyle property syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
DropButtonStyle | Optional. The appearance of the drop button. |
Settings
The settings for DropButtonStyle are:
Value | Description |
---|---|
0 | Displays a plain button, with no symbol. |
1 | Displays a down arrow (default). |
2 | Displays an ellipsis (...). |
3 | Displays a horizontal line like an underscore character. |
Remarks
The recommended setting for showing items in a list is 1.