ComboBox.ShowDropButtonWhen Property (Outlook Forms Script)
Returns or sets a fmShowDropButtonWhen value that specifies when to show the drop-down button for a ComboBox. Read/write.
Syntax
expression.ShowDropButtonWhen
expression A variable that represents a ComboBox object.
Remarks
The settings for ShowDropButtonWhen are:
Value | Description |
---|---|
0 | Do not show the drop-down button under any circumstances. |
1 | Show the drop-down button when the control has the focus. |
2 | Always show the drop-down button. This is the default value. |
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.