Skip to content

SerializeControls Property

Description

The SerializeControls property specifies whether to save the controls on the CommandBars to the XML string. This setting takes precedence over all other settings.

Property Type

Read-write property

Syntax (Visual Basic)

Public Property SerializeControls() As Boolean

Remarks

If set to TRUE, the controls in the CommandBars will be saved. Which controls are saved will depend on the value of SaveOnlyCustomized and SaveOriginalControls.

If set to FALSE, no controls will be saved, regardless of the other settings.

By default, SerializeControls is TRUE.

See Also

Example

See SerializeControls Sample


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