InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / XView Class / GetToolTip Method
The Control for which to retrieve the tooltip text.

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

    Parameters

    control
    The Control for which to retrieve the tooltip text.

    Return Value

    The tooltip text for the specified control.
    See Also