Returns or sets a value indicating whether the form is minimized to the title bar or not. It is available at design time and at run time.
Syntax
object.MinimizedToBar [= value]
The MinimizedToBar property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A boolean expression specifying if the form is minimized to the title bar. |
Settings
The settings for value are:
| Value | Description |
| True | The form is minimized to the title bar. |
| False | (Default) The form is in its normal state. |
Remarks:
Changing this property setting will only affect to the form where the Skinner
control is located.
The action of minimizing to the title bar is not available when the form is
maximized.
Note:
This property is useful to know in a certain moment if the user has the form
minimized to the title bar.
If the MinToBarButton
is not visible, the changes to this property setting will have no effect.
When the form is minimized to the title bar, if you need to know the actual height of the form, use the FormHeight property of the Skinner control instead of the Height property of the form.
| See also: | MinToBarButton (property) |
| To customize the buttons that appear in the title bar | |
| FormHeight (property) |
![]()