C1.Win.TreeView Namespace / C1TreeView Class / GetToolTip Method
The Control for which to retrieve the tooltip text.

In This Topic
GetToolTip Method (C1TreeView)
In This Topic
Retrieves the rich tooltip text associated with the specified control.
Syntax
'Declaration
 
Public Function GetToolTip( _
   ByVal control As Control _
) As String
 

Parameters

control
The Control for which to retrieve the tooltip text.

Return Value

The tooltip text for the specified control.
See Also