Dialog Box Controls Supported on Devices
The Visual Studio device dialog box editor supports two unique device controls and most of the common controls that are supported for desktop projects.
Supported Controls
The following common controls are supported in the dialog box editor for devices:
Check Box |
|
Group Box |
|
Radio Button |
|
Picture Control |
Custom Control |
|
To see an up-to-date list of dialog box controls supported on devices, you can create a native Win32 .exe device project, double-click the RC file, and then expand the Dialog node and open it.
Controls Unique to Devices
The Visual Studio 2005 dialog box editor also adds two new controls for device development.
Control |
Description |
---|---|
The CAPEdit control is an edit control that capitalizes the first letter in each word in the control. |
|
The State of Input Panel control raises the input panel on platforms that support it. |