CMFCOutlookBar::CreateCustomPage

创建自定义Outlook栏选项。

CMFCOutlookBarPane* CreateCustomPage(
   LPCTSTR lpszPageName,
   BOOL bActivatePage=TRUE,
   DWORD dwEnabledDocking=CBRS_ALIGN_ANY,
   BOOL bEnableTextLabels=TRUE 
);

参数

  • [in] lpszPageName
    页标签。

  • [in] bActivatePage
    如果 TRUE,页变为活动在创建。

  • [in] dwEnabledDocking
    指定启用停靠CBRS_ALIGN_标志组合支持,当页面时需要。

  • [in] bEnableTextLabels
    TRUE,文本标签用于查找页的按钮有效。

返回值

为新创建的页的指针或 NULL,如果创建失败。

备注

使用此方法使用户能够创建自定义Outlook栏页。 可以创建每个应用程序页100。 页控件ID从0xF000启动。 如果自定义Outlook栏的总页数超过100,创建失败。

使用 CMFCOutlookBar::RemoveCustomPage 删除自定义页。

要求

标头: afxoutlookbar.h

请参见

参考

CMFCOutlookBar选件类

层次结构图