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

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c - Different access levels with PAM -