TreeNode.ToolTip Property
.NET Framework 3.0
Gets or sets the ToolTip text for the node.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
[LocalizableAttribute(true)] public: property String^ ToolTip { String^ get (); void set (String^ value); }
/** @property */ public String get_ToolTip () /** @property */ public void set_ToolTip (String value)
public function get ToolTip () : String public function set ToolTip (value : String)
Not applicable.
Property Value
The ToolTip text for the node. The default is an empty string ("").Use the ToolTip property to specify the ToolTip text for the node. The ToolTip text is displayed when the mouse pointer is positioned over the node.
The value of this property, when set, can be saved automatically to a resource file by using a designer tool. For more information, see LocalizableAttribute and ASP.NET Globalization and Localization.
Community Additions
ADD
Show: