StateOptions Object Members
See Also
- StateOptions Overview
- CreateStateOptions Method
- LoadStateFromXMLString Method
- SaveStateToXMLString Method
- DeleteAll Method

Public Properties
LoadSilent
The LoadSilent property specifies whether a message box is displayed when the state of a toolbar is updated after the LoadStateFromXMLString method is called.
SaveOnlyCustomized
The SaveOnlyCustomized property specifies whether to only save CommandBars that have been customized when saving the CommandBars state to an XML string using the SaveStateToXMLString method.
SaveOriginalControls
The SaveOriginalControls property specifies whether to save the original state of a CommandBar that has been customized in addition to the customized state of the CommandBar when saving the CommandBars state to an XML string using the SaveStateToXMLString method.
SerializeActions
The SerializeActions property specifies whether to save the control actions to the XML string.
SerializeControls
The SerializeControls property specifies whether to save the controls on the CommandBars to the XML string. This setting takes precedence over all other settings.
SerializeDesignerControls
The SerializeDesignerControls property specifies whether to load the CommandBars.DesignerControls collection with the controls that appear in the "Controls" panel in Designer Studio when loading the CommandBars state from an XML string created in the Designer Studio.
SerializeImages
The SerializeImages property specifies whether to save the images of the controls in the CommandBars when saving the CommandBars state to an XML string using the SaveStateToXMLString method.
SerializeLayout
The SerializeLayout property specifies whether to save the layout of the CommandBars when saving the CommandBars state to an XML string using the SaveStateToXMLString method.
SerializeOptions
The SerializeOptions property specifies whether to save the CommandBars Options when saving the CommandBars state to an XML string using the SaveStateToXMLString method.
See Also
- StateOptions Overview
- CreateStateOptions Method
- LoadStateFromXMLString Method
- SaveStateToXMLString Method
- DeleteAll Method
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.