psTitle - cCJAbstractCommandBar
Determines the title of the menubar or toolbar
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psTitle
| Access Type | Syntax |
|---|---|
| Read Access: | Get psTitle to StringVariable |
| Write Access: | Set psTitle to StringVariable/Value |
Description
psTitle is the title of the menubar or toolbar. The title is displayed in the caption bar of a floating menubar or toolbar. It is also displayed in the context menu's list of visible and hidden bars (when pbCloseable is true).
The default value for menubars (cCJMenuBar) is "Main Menu".
The default value for toolbars (cCJToolBar) is "Toolbar".