Click or drag to resize

CustomEditComboBoxFont Property

Gets or sets the font of the text displayed by the control and adapts UseSystemFont is set to false.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public override Font Font { get; set; }

Return Value

Type: Font
The Font to apply to the text displayed by the control.
See Also