Skip to content

SerializeOptions Property

Description

The SerializeOptions property specifies whether to save the CommandBars Options when saving the CommandBars state to an XML string using the SaveStateToXMLString method.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property SerializeOptions() As Boolean

Remarks

If set to TRUE, the settings on the Keyboard and Options pages of the Customize dialog will be saved. This includes shortcut keys and CommandBar options like large icons and full menus.

By default, SerializeOptions is FALSE.

See Also

Example

See SerializeOptions Sample


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