您的位置:首页 > 其它

INITCOMMONCONTROLSEX Structure

2012-12-17 17:30 393 查看
typedef struct tagINITCOMMONCONTROLSEX {
DWORD dwSize;
DWORD dwICC;
} INITCOMMONCONTROLSEX, *LPINITCOMMONCONTROLSEX;

 

dwSizeType: [b]DWORD[/b]
The size of the structure, in bytes.
dwICCType: [b]DWORD[/b]
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.
ValueMeaning
ICC_ANIMATE_CLASSLoad animate control class.
ICC_BAR_CLASSESLoad toolbar, status bar, trackbar, and tooltip control classes.
ICC_COOL_CLASSESLoad rebar control class.
ICC_DATE_CLASSESLoad date and time picker control class.
ICC_HOTKEY_CLASSLoad hot key control class.
ICC_INTERNET_CLASSESLoad IP address class.
ICC_LINK_CLASSLoad a hyperlink control class.
ICC_LISTVIEW_CLASSESLoad list-view and header control classes.
ICC_NATIVEFNTCTL_CLASSLoad a native font control class.
ICC_PAGESCROLLER_CLASSLoad pager control class.
ICC_PROGRESS_CLASSLoad progress bar control class.
ICC_STANDARD_CLASSESLoad one of the intrinsic User32 control classes. The user controls include button, edit, static, listbox, combobox, and scroll bar.
ICC_TAB_CLASSESLoad tab and tooltip control classes.
ICC_TREEVIEW_CLASSESLoad tree-view and tooltip control classes.
ICC_UPDOWN_CLASSLoad up-down control class.
ICC_USEREX_CLASSESLoad ComboBoxEx class.
ICC_WIN95_CLASSESLoad animate control, header, hot key, list-view, progress bar, status bar, tab, tooltip, toolbar, trackbar, tree-view, and up-down control classes.
 

Header

Commctrl.h
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: