CommandBarComboBoxClass.DropDownLines Property

Definition

Gets or sets the number of lines in a command bar combo box control. The combo box control must be a custom control and it must be a drop-down list box or a combo box. Read/write.

public:
 virtual property int DropDownLines { int get(); void set(int value); };
public virtual int DropDownLines { get; set; }
member this.DropDownLines : int with get, set
Public Overridable Property DropDownLines 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 combo box control that's an edit box or a built-in combo box control.

If this property is set to 0 (zero), the number of lines in the control is based on the number of items in the list.

Applies to