SaveOriginalControls Property
Description
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.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property SaveOriginalControls() As Boolean
Remarks
If set to TRUE, the original state of all customized CommandBars is saved along with the customized state. For example, if a button on a toolbar is moved, then both the original and modified states will be saved to the XML string.
By default, SaveOriginalControls is TRUE.
See Also
Example
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.