ComboBox.DropButtonStyle Property (Outlook Forms Script)

Returns or sets a fmDropButtonStyle value that represents the symbol displayed on the drop button in a ComboBox. Read/write.

Syntax

expression.DropButtonStyle

expression A variable that represents a ComboBox object.

Remarks

The possible values 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.

The recommended setting for showing items in a list is 1.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.