CFrameWnd::ShowControlBar

调用该成员函数显示或隐藏控件条。

void ShowControlBar( 
   CControlBar* pBar, 
   BOOL bShow, 
   BOOL bDelay  
);

参数

  • pBar
    要显示或隐藏的控件条的指针。

  • bShow
    如果 TRUE,指定控件条将显示。 如果 FALSE,指定控件条被隐藏。

  • bDelay
    如果 TRUE,延迟显示控件条。 如果 FALSE,会立即显示控件条。

要求

Header: afxwin.h

请参见

参考

CFrameWnd Class

层次结构图