-
- //获得当前窗体标题栏高度
- MessageBox.Show("当前窗体标题栏高度"+(this.Height - this.ClientRectangle.Height).ToString());
-
-
- ClientRectangle//获取表示控件的工作区的矩形
//获取主显示器屏幕的尺寸(像素)
- MessageBox.Show(SystemInformation.PrimaryMonitorSize.ToString());
-
- //获取主显示器当前当前视频模式的尺寸(以象素为单位)
- MessageBox.Show("菜单栏高度"+SystemInformation.MenuHeight.ToString()); //获取标准菜单栏的高度
- MessageBox.Show("标题栏高度"+SystemInformation.CaptionHeight.ToString()); //获取标准标题栏的高度
-
- MenuHeight//获取一个菜单行的高度(以象素为单位)
-
- CaptionHeight
转自博客:
http://heisetoufa.iteye.com/blog/237640