EMBEDDEDCTL xxx
Symbolic Value : Composite Data
EMBEDDEDCTL_xxx - CDEMBEDDEDCTL - CtlType
#include <editods.h>
Symbolic Values :
EMBEDDEDCTL_EDIT - Control type is edit.
EMBEDDEDCTL_COMBO - Control type is a combobox.
EMBEDDEDCTL_LIST - Control type is a listbox.
EMBEDDEDCTL_TIME - Control type describes calendar/scheduling.
EMBEDDEDCTL_KEYGEN - Control type also a combobox.
EMBEDDEDCTL_FILE - Control type also edit.
EMBEDDEDCTL_TIMEZONE - Control type is timezone.
EMBEDDEDCTL_COLOR - Control type is a color picker.
Description :
Implemented as an enumerated type:
enum {
EMBEDDEDCTL_EDIT = 0,
EMBEDDEDCTL_COMBO = 1,
EMBEDDEDCTL_LIST = 2,
EMBEDDEDCTL_TIME = 3,
EMBEDDEDCTL_KEYGEN = 4,
EMBEDDEDCTL_FILE = 5,
EMBEDDEDCTL_TIMEZONE = 6,
EMBEDDEDCTL_COLOR = 7
- };
See Also : CDEMBEDDEDCTL