CMFCOutlookBarPane::Create
建立 Outlook 功能區窗格。
virtual BOOL Create(
CWnd* pParentWnd,
DWORD dwStyle=AFX_DEFAULT_TOOLBAR_STYLE,
UINT uiID=(UINT)-1,
DWORD dwControlBarStyle=0
);
參數
[in] pParentWnd
指定 Outlook 功能區窗格控制項的父視窗。 必須不是 NULL。[in] dwStyle
視窗樣式。 如需視窗樣式的清單,請參閱 視窗樣式。。[in] uiID
控制項 ID。 必須是唯一的啟用控制項的狀態儲存。[in] dwControlBarStyle
指定定義 Outlook 功能區窗格控制項行為的特殊樣式,當從 Outlook 時中斷連結。
傳回值
TRUE ,如果方法成功,否則 FALSE。
備註
CMFCOutlookBarPane 建構物件,請先呼叫建構函式,然後呼叫 Create,建立 Outlook 功能區窗格控制項並將其附加至 CMFCOutlookBarPane 物件。
如需 dwControlBarStyle 的相關資訊,請參閱 CBasePane::CreateEx。
需求
標題: afxoutlookbarpane.h