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.2
Syntax
public override Font Font { get; set; }

Return Value

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