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 (in ShellBrowser.dll) Version: 7.0
Syntax
public override Font Font { get; set; }

Return Value

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