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 As System.Integer, _
ByVal As System.Boolean _
)
protected abstract void SetSize(
System.int ,
System.bool
)
Parameters
- value
- adjust
See Also