Applies To
DrawingObjects Collection, DropDown Object, DropDowns Collection.
Description
Returns or sets the number of list lines displayed in the drop-down portion of a drop-down list box. Read-write.
Remarks
This property is ignored on the Apple Macintosh.
Example
This example sets the number of list lines in drop-down list box one on Dialog1.
DialogSheets("Dialog1").DropDowns(1).DropDownLines = 10