Returns or sets a value indicating whether in the title bar will be visible a button that will allow the user to minimize the form to just the title bar. It is available at design time and at run time.
Syntax
object.MinToBarButton [= value]
The MinToBarButton property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A Boolean expression specifying whether in the title bar will appear the 'Minimize to title bar' button. |
Settings
The settings for value are:
| Value | Description |
| True | The 'Minimize to title bar' button will be visible. |
| False | (Default) This button will not appear at the title bar. |
Remarks: The button to which this property refers is identified in the sample figure with number '4'.
![]()
| See also: | Property page 'Buttons' |
| To customize the buttons that appear in the title bar |
![]()