Skip to content

StateOptions Object Members

See Also

See Also


Public Properties

Public Property 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.

Public Property 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.

Public Property 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.

Public Property SerializeActions
The SerializeActions property specifies whether to save the control actions to the XML string.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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.

Public Property 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


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