Click or drag to resize

Win32ToolBarButtonToolTipText Property

Gets or sets the text that appears as a ToolTip for the button.

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

Return Value

Type: String
The text that is displayed when the mouse pointer moves over the toolbar button. The default is an empty string ("").
See Also