Sets the ToolTip text for the embedded TextBox.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic string ToolTip { get; set; }Public Property ToolTip As String
Get
Set
public:
property String^ ToolTip {
String^ get ();
void set (String^ value);
}member ToolTip : string with get, set
Property Value
String
See Also