winforms - Get total height of a windows form including non-client area? -
How to get the total height of a window form with non-client area? Size does not work for my window (FormBorderStyle = FixedToolWindow, if that helps).
Try the desktop bounce property of the form.
Comments
Post a Comment