JamBaseShellListViewShowInfoToolTips Property |
Whether to show the informational shell tooltips, the default is true
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax public 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
Type:
BooleanSee Also