SHOWTOOLTIP Attribute | ShowToolTip Property
Sets or retrieves a bool that indicates whether to show a default ToolTip for each child node.
Syntax
Visual Basic Public Property ShowToolTip As bool C# public bool ShowToolTip { get; set; } Managed C++ public: __property bool get_ShowToolTip();
public: __property void set_ShowToolTip(bool);JScript public function get ShowToolTip() : bool;
public function set ShowToolTip(bool);
Possible Values
bValue bool that specifies or receives a value that indicates whether to show a default ToolTip for each child node. trueDefault. Show the default ToolTip.false
Do not show the default ToolTip. See remarks for more information.The property is read/write. The property has a default value of true.
Remarks
The default ToolTip, Use +/- to expand/collapse , appears over each child node when the mouse moves over it and the property is set to true on the parent TreeNode. This property is inherited by each child. Setting this property to false on a child TreeNode whose parent property is set to true, creates child nodes without the ToolTip.
Property Information
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl