Saves the current state of the Rebar control to a RebarState object.
A RebarState object that represents the current state of a Rebar control.
Use the WriteTo method of the returned object to persist the state to a file, an XmlWriter, or ToXmlString to create an XML string representation of the state.
The following information is saved: whether the bands have been locked, the location of each band and whether it is visible, the text and image options for each band, and the order and visibility of the buttons on each band.
Use LoadState to restore a previously saved state.
Rebar Class | Skybound.Rebar Namespace