RecalcLayout的作用

Called by the framework when the standard control bars are toggled on or off or when the frame window is resized.

当标准工具栏或状态栏隐藏或者显示,或者窗口调整大小时,框架调用这个方法。

 

方法原型为:

 

virtual void RecalcLayout(
   BOOL bNotify = TRUE 
);

 

Parameters
bNotify

Determines whether the active in-place item for the frame window receives notification of the layout change. If TRUE, the item is notified; otherwise FALSE.

决定是否将焦点项目传递这个变化,如果是TRUE就通知子项目,否则,不传递。

[c-sharp]  view plain copy
  1. void CMainFrame::OnViewToolbar1()  
  2. {  
  3.     // TODO: 在此添加命令处理程序代码  
  4.     m_wndToolBar1.ShowWindow(m_wndToolBar1.IsWindowVisible()? SW_HIDE:SW_SHOW);   
  5.   
  6. RecalcLayout();  
  7.   
  8.   
  9. }  

这里m_wndToolBar1是自己定义的一个工具栏,:OnViewToolbar1()是一个菜单项的消息响应函数。

当工具栏显示时,点击这个菜单项,工具栏隐藏,然后调用RecalcLayout这个方法,重新布置窗口。

当工具栏隐藏式,点击这个菜单项,工具栏显示,然后调用RecalcLayout这个方法,重新布置窗口。


同时注意:当我们把一个工具栏变为一个浮动窗口时,我们通过RecalcLayout只是把相应的工具栏隐藏了,因为浮动窗上边的内容不属于工具栏,这时,我们仅仅需要重新停靠一下即可。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值