Height of form with controlbox (titlebar)

Serpwidgets

New member
Joined
Jan 2, 2007
Messages
3
Location
Wisconsin
Programming Experience
10+
I'm trying to determine the size of the form in terms of the area I can draw on. The controlbox on the particular theme for my machine is 34 pixels, but this is totally system-dependent, so is the height of a menu, if present...

Is there somewhere I can find the height so that I'm not drawing and placing controls below the bottom of the form?
 
Form.ClientSize, Form.ClientRectangle (inherited from Control)
 
Back
Top