System.Windows.Forms.TreeNode.ToolTipText Property

Gets or sets the text that appears when the mouse pointer hovers over a System.Windows.Forms.TreeNode.

Syntax

[System.ComponentModel.Localizable(false)]
[System.ComponentModel.DefaultValue("")]
public string ToolTipText { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

You must set the TreeView.ShowNodeToolTips property of the parent System.Windows.Forms.TreeView to true for the TreeNode.ToolTipText to be visible at run time.

If the System.Windows.Forms.TreeView control has a ToolTip and also contains a System.Windows.Forms.TreeNode that has a System.Windows.Forms.ToolTip, only the System.Windows.Forms.ToolTip for the node will be shown.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0