CMFCToolBar::IsExistCustomizeButton
ツール バーに [Customize] ボタンがあるかどうかを判定します。
BOOL IsExistCustomizeButton();
戻り値
ツール バーに [Customize] ボタンがある場合は TRUE。それ以外の場合は FALSE。
解説
メソッドが TRUE を返す場合、CMFCToolBar::GetCustomizeButton メソッドはツール バーの終わりに表示される [Customize] ボタンへのポインターを返します。
ツール バーに [Customize] ボタンを追加するには、CMFCToolBar::EnableCustomizeButton メソッドを使用します。
必要条件
ヘッダー : afxtoolbar.h
参照
関連項目
CMFCToolBar::GetCustomizeButton
CMFCToolBar::EnableCustomizeButton