ComboBox.Style Property (Outlook Forms Script)

Returns or sets an Integer that specifies how the user can choose or set the control's value. Read/write.

Syntax

expression.Style

expression A variable that represents a ComboBox object.

Remarks

The settings of the Style property are:

Value Description
0 The ComboBox behaves as a drop-down combo box. The user can type a value in the edit region or select a value from the drop-down list (default).
2 The ComboBox behaves as a list box. The user must choose a value from the list.

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.