Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
INITCOMMONCONTROLSEX structure (commctrl.h)
Carries information used to load common control classes from the dynamic-link library (DLL). This structure is used with the InitCommonControlsEx function.
Syntax
typedef struct tagINITCOMMONCONTROLSEX {
DWORD dwSize;
DWORD dwICC;
} INITCOMMONCONTROLSEX, *LPINITCOMMONCONTROLSEX;
Members
dwSize
Type: DWORD
The size of the structure, in bytes.
dwICC
Type: DWORD
The set of bit flags that indicate which common control classes will be loaded from the DLL. This can be a combination of the following values.
| Value | Meaning |
|---|---|
|
Load animate control class. |
|
Load toolbar, status bar, trackbar, and tooltip control classes. |
|
Load rebar control class. |
|
Load date and time picker control class. |
|
Load hot key control class. |
|
Load IP address class. |
|
Load a hyperlink control class. |
|
Load list-view and header control classes. |
|
Load a native font control class. |
|
Load pager control class. |
|
Load progress bar control class. |
|
Load one of the intrinsic User32 control classes. The user controls include button, edit, static, listbox, combobox, and scroll bar. |
|
Load tab and tooltip control classes. |
|
Load tree-view and tooltip control classes. |
|
Load up-down control class. |
|
Load ComboBoxEx class. |
|
Load animate control, header, hot key, list-view, progress bar, status bar, tab, tooltip, toolbar, trackbar, tree-view, and up-down control classes. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | commctrl.h |
Feedback
Was this page helpful?
