ToolTip Property

Sets or retrieves the ToolTip that displays when the cursor hovers over the control.

Syntax

Visual Basic Overrides  Public  Property ToolTip As string
C# public   override  string ToolTip { get; set; }
Managed C++ public:  __property string get_ToolTip();
public:  __property void set_ToolTip(string);
JScript public   override  function get ToolTip() : string;
public   override  function set ToolTip(string);

Possible Values

The property is read/write. The property has no default value.

Property Information

Applies To

TOOLBARDROPDOWNLIST, TOOLBARTEXTBOX

See Also

Internet Explorer WebControls, About the Toolbar WebControl