Skip to content

CommandBarsFrame Control

Description

The CommandBarsFrame is a CommandBars object that contains its own frame. It is designed for use in environments such as Microsoft Access.

For a list of all members defined in this module, see CommandBarsFrame Members.

Object Model

Object Model Diagram
ParaCros Diagram
CommandBar Diagram

Remarks

The CommandBarsFrame object contains exactly the same functionality as the CommandBars object. The key difference is that the CommandBarsFrame can be used in environments such as MS Access 2003, while the CommandBars object cannot, as it does not contain its own frame.

An additional feature of the CommandBarsFrame object is the ability to display a command bar at design time. This is only possible if the command bar was created using the designer studio (.xcb.xml file). Command bars can still be created by code using the CommandBarsFrame object, but the command bar will appear empty during design time.

To add an xcb file, simply right-click on the CommandBarsFrame object and select "Load CommandBars (*.xcb)" from the menu, then choose the xcb file.

See Also

CommandBarsFrame Members


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