SystemListViewUseSystemFont Property |
Set this property to true if you want the component to utilize the default system font.
It is also set to true if the
UseSystemStyles property is set.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public bool UseSystemFont { get; set; }
Public Property UseSystemFont As Boolean
Get
Set
public:
property bool UseSystemFont {
bool get ();
void set (bool value);
}
member UseSystemFont : bool with get, set
Property Value
Type:
BooleanSee Also