So if it\'s toolwindow or a minimizable form, I want to be able to get its height programmatically.
Is this possible? If so how?
This will get you the TitleBarsize:
form.ClientRectangle.Height - form.Height;