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

In This Topic
    SetSize Method (Band)
    In This Topic
    Sets the size of the band and optionally adjusts the other bands so the collection fills the control.
    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