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.1
Syntax public string ToolTipText { get; set; }
Public Property ToolTipText As String
Get
Set
public:
property String^ ToolTipText {
String^ get ();
void set (String^ value);
}
member ToolTipText : string with get, set
Return Value
Type:
StringThe text that is displayed when the mouse pointer moves over the toolbar button. The default is an empty string ("").
See Also