ToolTip Property
Sets or retrieves the text that displays when the mouse pointer is over the object.
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
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl