ShellAddressBarSetFont Method |
Sets the font without adjusting other properties.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected void SetFont(
Font value
)
Protected Sub SetFont (
value As Font
)
protected:
void SetFont(
Font^ value
)
member SetFont :
value : Font -> unit
Parameters
- value
- Type: System.DrawingFont
The value.
See Also