Skip to content

psLayoutSection - cCJCommandBarSystem

Determines the name of the section used when commandbar system layouts are saved and restored

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Syntax

Property String psLayoutSection
Access Type Syntax
Read Access: Get psLayoutSection to StringVariable
Write Access: Set psLayoutSection to StringVariable/Value

Description

psLayoutSection determines the name of the section used when commandbar system layouts are saved and restored.

You will not normally need to change this. This determines the name of the sub-section that commandbar system information is saved to and load from in the registry or an XML file. In most cases, there will only be one sub-section and the name "CommandBars" will work fine. This property exists to handle customized saving and loading conditions and to support future enhancements.

Default value is "CommandBars".