Skybound Rebar

Rebar.ResetState Property

Gets or sets the RebarState used to reset the button order and visibility in the customize dialog.

[Visual Basic]
Public Property ResetState As RebarState
[C#]
public RebarState ResetState {get; set;}

Property Value

A ResetState used to reset the button order and visibility in the customize dialog.

Remarks

After a Rebar control is finished initializing for the first time, the state of the bands is stored into this property. This state is restored to a band when the Reset button is clicked in the customize dialog.

You can change the state restored by the Reset button by setting this property to a different RebarState.

See Also

Rebar Class | Skybound.Rebar Namespace