This property returns the height of the form, it is specially useful to know
the actual height when the form is minimized to the title bar. This situation
appear changing the MinimizedToBar setting
by code or when the user clicks the MinToBarButton
at the title bar.
The Height property of the form in this case will return the title bar height,
and the vbSkinner FormHeight property will return the height of the
window when it is restored.
It is not available at design time and it is read only at run time.
Syntax
object.FormHeight
The FormHeight property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A long value indicating the Height of the form window. |
| See also: | MinToBarButton (property) |
| MinimizedToBar (property) |
![]()