It occurs when the state of minimized to the title bar changes. It can be because the form is minimized to the title bar or it is restored.
Syntax
Private Sub vbSkinnerObject_MinToBarStateChange (FormName As
String, MinimizedToBarState As Boolean)
Parameters:
FormName: Name of the form where the event takes place. Data type: String
MinimizedToBarState: Indicate if the form is minimized to the title
bar. Data type: Boolean
Remarks:
From the FormHeight property you can know
the actual height of the form .
| See also: | MinToBarButton (property) |
| MinimizedToBar (property) | |
| FormHeight (property) |
![]()