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 (in ShellBrowser.dll) Version: 7.0
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