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.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic 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
Boolean
See Also