在 c#中 如何 重新激活一个控件
比如toolBar是一个组合控件
this.toolBar.CaptionHeight =this.toolBar.Items.Count * 60;//重新激活toolBar控件
CaptionHeight 属性指示标准窗口标题栏区域的高度(以像素为单位)。
比如toolBar是一个组合控件
this.toolBar.CaptionHeight =this.toolBar.Items.Count * 60;//重新激活toolBar控件
CaptionHeight 属性指示标准窗口标题栏区域的高度(以像素为单位)。