Size Property (ComboDropDown)
Gets or sets the size of the drop-down window.
public override Size Size {get; set;}
'Declaration
Public Overrides Property Size As Size
'Usage
Dim instance As ComboDropDown
Dim value As Size
instance.Size = value
value = instance.Size
Property Value
A
Size value that indicates the size of the drop-down window.