JamBaseShellListViewUseSlowInfoTip Property |
If true, the slow tooltip that contains additional information like the folder size is used.
Setting this value to false increases the performance.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public virtual bool UseSlowInfoTip { get; set; }
Public Overridable Property UseSlowInfoTip As Boolean
Get
Set
public:
virtual property bool UseSlowInfoTip {
bool get ();
void set (bool value);
}
abstract UseSlowInfoTip : bool with get, set
override UseSlowInfoTip : bool with get, set
Property Value
Type:
BooleanSee Also