C # winform: Obtain the title bar, Status Bar, and menu bar height.
Source: Internet
Author: User
MessageBox. show ("the height of the title bar of the current form" + (this. height-this. clientrectangle. height ). tostring (); // obtain the height of the title bar of the current form. clientrectangle // obtain the rectangle MessageBox that represents the workspace of the control. show (systeminformation. primarymonitorsize. tostring (); // obtain the size (in pixels) of the main display screen. // obtain the size (in pixels) of the current video mode of the main display. MessageBox. show ("menu bar height" + systeminformation. menuheight. tostring (); // obtain the height of MessageBox in the standard menu bar. show ("title bar height" + systeminformation. captionheight. tostring (); // obtain the height of the standard title bar menuheight // obtain the height of a menu row (in pixels) captionheight // obtain the height (in pixels) of the standard title bar of the window MessageBox. show ("the height of the title bar of the current form" + (this. height-this. clientrectangle. height ). tostring (); // obtain the height of the title bar of the current form. clientrectangle // obtain the rectangle MessageBox that represents the workspace of the control. show (systeminformation. primarymonitorsize. tostring (); // obtain the size (in pixels) of the main display screen. // obtain the size (in pixels) of the current video mode of the main display. MessageBox. show ("menu bar height" + systeminformation. menuheight. tostring (); // obtain the height of MessageBox in the standard menu bar. show ("title bar height" + systeminformation. captionheight. tostring (); // obtain the height of the standard title bar menuheight // obtain the height of a menu row (in pixels) captionheight // obtain the height of the standard title bar area of the window (in pixels)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.