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