ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.5.2 Assembly / C1.Win.C1Sizer Namespace / C1SizerLight Class / SetAutoResize Method

In This Topic
    SetAutoResize Method (C1SizerLight)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Public Sub SetAutoResize( _
       ByVal frm As System.Windows.Forms.Form, _
       ByVal value As System.Boolean _
    ) 
    public void SetAutoResize( 
       System.Windows.Forms.Form frm,
       System.bool value
    )

    Parameters

    frm
    value
    See Also