SerializeLayout Property
Description
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.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property SerializeLayout() As Boolean
Remarks
If set to TRUE, the layout of the CommandBars will be saved. The layout includes information such as bar position, location, and size.
By default, SerializeLayout is TRUE.
See Also
Example
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.