JamBaseShellListViewShowInfoToolTips Property |
Whether to show the informational shell tooltips, the default is true
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic virtual bool ShowInfoToolTips { get; set; }Public Overridable Property ShowInfoToolTips As Boolean
Get
Set
public:
virtual property bool ShowInfoToolTips {
bool get ();
void set (bool value);
}abstract ShowInfoToolTips : bool with get, set
override ShowInfoToolTips : bool with get, set
Property Value
Boolean
See Also