Gets or sets the size of the drop-down window.
Declaration
[Browsable(true)]
public virtual Size Size { get; set; }
<Browsable(True)>
Public Overridable Property Size As Size
Property Value
Type |
Description |
Size |
A Size value that indicates the size of the drop-down window.
|