SystemListViewSetFont Method |
Sets the font without adjusting other properties.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
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