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

In This Topic
    GetAutoResize Method (C1SizerLight)
    In This Topic
    For internal use.
    Syntax
    'Declaration
     
    Public Function GetAutoResize( _
       ByVal frm As System.Windows.Forms.Form _
    ) As System.Boolean
    public System.bool GetAutoResize( 
       System.Windows.Forms.Form frm
    )

    Parameters

    frm
    See Also