CommandBar Control

This control provides a standard set of user interface options that is combined into one convenient control. You can use a CommandBar control to provide menus, combo boxes, and command buttons to give your application the traditional appearance of a Windows CE-based application.

Library Name

CommandbarLib

DLL Name

Mscecommandbar.dll

The CommandBar control supports the following properties:

Caption Item Sorted
Checked ItemData Style
CloseButton Key SubItems (CommandBar)
Controls List Tag
Enabled ListCount Text
Height (ActiveX) ListIndex Type
HelpButton NewIndex Visible
ImageList OKButton Width (ActiveX)
Index Parent  

The CommandBar control supports the following methods:

Remarks

Use the CommandBar control in your application by placing it on a form, setting its properties, and adding buttons and menus.