ComponentOne Sizer for WinForms
C1.Win.C1Sizer.4.8 Assembly / C1.Win.C1Sizer Namespace / Band Class / SetSize Method

In This Topic
    SetSize Method (Band)
    In This Topic
    Syntax
    'Declaration
     
    Protected MustOverride Sub SetSize( _
       ByVal value As System.Integer, _
       ByVal adjust As System.Boolean _
    ) 
    protected abstract void SetSize( 
       System.int value,
       System.bool adjust
    )

    Parameters

    value
    adjust
    See Also