CommandBarComboBoxClass.DropDownWidth Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the width (in pixels) of the list for the specified command bar combo box control. Read/write.
public:
virtual property int DropDownWidth { int get(); void set(int value); };
public virtual int DropDownWidth { get; set; }
member this.DropDownWidth : int with get, set
Public Overridable Property DropDownWidth As Integer
Property Value
Implements
Examples
This example adds a combo box control containing two items to the command bar named "Custom". The example also sets the number of line items, the width of the combo box, and an empty default for the combo box.
Remarks
Note: An error occurs if you attempt to set this property for a built-in control.
If this property is set to -1, the width of the list is based on the length of the longest item in the combo box list. If this property is set to 0, the width of the list is based on the width of the control.