[]
Gets or sets the font which is used for the drop-down window.
[Browsable(true)]
public Font Font { get; set; }
<Browsable(True)>
Public Property Font As Font
Type | Description |
---|---|
Font | A Font value that indicates the font which is used for the drop-down window. |
The default value is the same as the control font. If the value is null, the value is automatically the default value without exception.