ComponentOne SplitContainer for WinForms
C1.Win.C1SplitContainer.4.5.2 Assembly / C1.Win.C1SplitContainer Namespace / C1SplitContainer Class / SetToolTip Method

In This Topic
    SetToolTip Method
    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