ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.8 Assembly / C1.Win.C1Sizer Namespace / C1Sizer Class / AddControl Method / AddControl(Control,Int32,Int32) Method

In This Topic
    AddControl(Control,Int32,Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub AddControl( _
       ByVal ctl As System.Windows.Forms.Control, _
       ByVal row As System.Integer, _
       ByVal col As System.Integer _
    ) 
    public void AddControl( 
       System.Windows.Forms.Control ctl,
       System.int row,
       System.int col
    )

    Parameters

    ctl
    row
    col
    See Also