TreeNode::ToolTipText Property
.NET Framework (current version)
Gets or sets the text that appears when the mouse pointer hovers over a TreeNode.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The following code example demonstrates how to use the ToolTipText and ShowNodeToolTips properties. To run this example, paste the following code into a Windows Form and call InitializeTreeViewWithToolTips from the form's constructor or Load event handler.
.NET Framework
Available since 2.0
Available since 2.0
Show: