CMFCRibbonBar::CreateEx
建立功能區列的視窗。
BOOL CreateEx(
CWnd* pParentWnd,
DWORD dwCtrlStyle = 0,
DWORD dwStyle = WS_CHILD | WS_VISIBLE | CBRS_TOP,
UINT nID = AFX_IDW_RIBBON_BAR
);
參數
[in] pParentWnd
指標功能區列的父視窗。[in] dwCtrlStyle
不使用這個參數。[in] dwStyle
樣式的邏輯結合在新視窗中。[in] nID
新視窗的 ID。
傳回值
TRUE ,如果視窗建立;否則 FALSE。
需求
標題: afxribbonbar.h