TreeView::ShowNodeToolTips Property
.NET Framework (current version)
Gets or sets a value indicating ToolTips are shown when the mouse pointer hovers over a TreeNode.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
In order for ToolTips to be visible, you must set the ToolTipText for a TreeNode.
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: