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

In This Topic
    SetToolTip Method (C1Ribbon)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub SetToolTip( _
       ByVal control As System.Windows.Forms.Control, _
       ByVal text As System.String _
    ) 
    public void SetToolTip( 
       System.Windows.Forms.Control control,
       System.string text
    )

    Parameters

    control
    text
    See Also