DropDownLines Property (IDropDown)
In This Topic
Gets or sets the number of list lines displayed in the drop-down portion of a combo box.
Syntax
'Declaration
Property DropDownLines As Integer
'Usage
Dim instance As IDropDown
Dim value As Integer
instance.DropDownLines = value
value = instance.DropDownLines
int DropDownLines {get; set;}
See Also