CreateStateOptions Method
Description
The CreateStateOptions method will create a set of State Options that will be used to specify how and what will be saved and loaded when using the LoadStateFromXMLString and SaveStateToXMLString methods.
Syntax
Public Function CreateStateOptions() As [StateOptions](XtremeCommandBars~StateOptions.md)
Return Type
Returns the State Options object that holds the load and save options for the Command Bars.
Remarks
The State Options specify which parts of the CommandBars will be saved to the XML file when the SaveStateToXMLString method is used.
Options include:
- Saving only customized controls.
- Saving original controls.
- Serialize controls.
- Serialize designer controls.
- Save Command Bar images.
- Save Command Bar layout.
- Save Command Bar Options.
- Silent Update.
See Also
CommandBars Control | LoadStateFromXMLString Method | SaveStateToXMLString Method | StateOptions Object | LoadSilent Property | SaveOnlyCustomized Property | SaveOriginalControls Property | SerializeControls Property | SerializeDesignerControls Property | SerializeImages Property | SerializeLayout Property | SerializeOptions Property

Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.