Click or drag to resize

Win32ToolBar.ShowToolTips Property

Gets or sets a value indicating whether the toolbar displays a ToolTip for each button.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
public bool ShowToolTips { get; set; }

Return Value

Type: Boolean
true if the toolbar display a ToolTip for each button; otherwise, false. The default is false.
See Also