次の方法で共有


CMFCToolBar::IsExistCustomizeButton

更新 : 2007 年 11 月

ツール バーに [Customize] ボタンがあるかどうかを判定します。

BOOL IsExistCustomizeButton();

戻り値

ツール バーに [Customize] ボタンがある場合は TRUE。それ以外の場合は FALSE。

解説

メソッドが TRUE を返す場合、CMFCToolBar::GetCustomizeButton メソッドはツール バーの終わりに表示される [Customize] ボタンへのポインタを返します。

ツール バーに [Customize] ボタンを追加するには、CMFCToolBar::EnableCustomizeButton メソッドを使用します。

必要条件

ヘッダー : afxtoolbar.h

参照

概念

MFC 階層図

参照

CMFCToolBar クラス

CMFCCustomizeButton クラス

CMFCToolBar::GetCustomizeButton

CMFCToolBar::EnableCustomizeButton