| ShellTreeViewSetFont Method | 
            Sets the font without adjusting other properties.
            
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
 Syntax
Syntaxprotected void SetFont(
	Font value
)
Protected Sub SetFont ( 
	value As Font
)
protected:
void SetFont(
	Font^ value
)
member SetFont : 
        value : Font -> unit Parameters
- value  Font
- The value.
 See Also
See Also