SerializeImages Property
Description
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.
Property Type
Read-write property
Syntax (Visual Basic)
Public Property SerializeImages() As Boolean
Remarks
If set to TRUE, the images stored in the ImageManager will be saved to the XML string.
By default, SerializeImages is FALSE.
See Also
Example
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.