MaxDropDownItems Property
In This Topic
Obsolete. Use MaxDropDownHeight.
Syntax
'Declaration
<ObsoleteAttribute("Use MaxDropDownHeight")>
Public Property MaxDropDownItems As Integer
'Usage
Dim instance As C1ComboBox
Dim value As Integer
instance.MaxDropDownItems = value
value = instance.MaxDropDownItems
[Obsolete("Use MaxDropDownHeight")]
public int MaxDropDownItems {get; set;}
[Obsolete("Use MaxDropDownHeight")]
public:
property int MaxDropDownItems {
int get();
void set ( int value);
}
See Also