ComponentOne Ribbon for WinForms
C1.Win.C1Ribbon.4.5.2 Assembly / C1.Win.C1Ribbon Namespace / C1Ribbon Class / GetToolTip Method

In This Topic
    GetToolTip Method (C1Ribbon)
    In This Topic
    Syntax
    'Declaration
     
    Public Function GetToolTip( _
       ByVal control As System.Windows.Forms.Control _
    ) As System.String
    public System.string GetToolTip( 
       System.Windows.Forms.Control control
    )

    Parameters

    control
    See Also