Win32ToolBarShowToolTips Property |
Gets or sets a value indicating whether the toolbar displays a ToolTip for each button.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic bool ShowToolTips { get; set; }Public Property ShowToolTips As Boolean
Get
Set
public:
property bool ShowToolTips {
bool get ();
void set (bool value);
}member ShowToolTips : bool with get, set
Return Value
Boolean if the toolbar display a ToolTip for each button; otherwise,
. The default is
.
See Also