[]
Gets or sets the font which is used for the drop-down window.
public Font Font { get; set; }
Public Property Font As Font
Type | Description |
---|---|
Font | A DropDownEditor.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 set to null, the value is automatically the default value without exception.