Skybound Rebar

RebarBand.Minimize Method ()

Resizes the band to its minimum size. The action is animated when specified by the AnimateBands property of the parent control.

[Visual Basic]
Overloads Public Sub Minimize()
[C#]
public void Minimize();

Remarks

The minimum width of a band is the sum of the width of the size grip, image, text and the Width component of the MinimumSize property. If the band is not visible, calling this method has no effect.

Exceptions

Exception Type Condition
InvalidOperationException The band was not added to a Rebar control.

See Also

RebarBand Class | Skybound.Rebar Namespace | RebarBand.Minimize Overload List | Maximize | Restore