Common Controls Catalog Items and Sysgen Variables (Compact 2013)
3/28/2014
In Windows Embedded Compact, you can add common UI elements, such as dialog boxes or tool tips, by adding the Common Controls catalog items to your OS design.
For more information, see Common Controls Reference.
For more information about how to add or remove catalog items, see Create Your First OS.
Hardware and Software Requirements
- A device that has a display screen.
- Requires the Minimal Graphics, Windowing, and Events Subsystem (GWES) Configuration catalog item. For more information, see GWES Catalog Items and Sysgen Variables.
Catalog Items and Sysgen Variables
The following table describes the catalog items and associated SYSGEN variables that you can use to add features to the shell and UI for your OS.
Catalog item |
SYSGEN variable |
Description |
Dependencies |
---|---|---|---|
Common Control |
SYSGEN_COMMCTRL |
Win32 common controls for the UI, such as tree views, property sheets, and toolbars. For more information, see Common Controls Reference. |
None. |
Common Dialog Support |
SYSGEN_COMMDLG |
Common dialog box functionality that you can use to develop dialog boxes for the UI. |
None. |