As per title.
I am writing a program that all components can adjust size automatically by form's size.
When I using this.Width
and this.Height
properties, its return value is the width and height of whole form (red frame).
How to get the form's width and height of its inner area (green frame)?