Skybound Rebar

RebarBand.Restore Method ()

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

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

Remarks

The preferred width of a band is the minimum width required for all of its buttons to be completely visible. 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.Restore Overload List | Maximize | Minimize