Returns or sets a value indicating whether in the title bar will be visible the 'Minimize' button.
Syntax
object.MinButton [= value]
The MinButton property syntax has these parts:
| Part | Description |
| object | An object expression referencing to a vbSkinner object. |
| value | A long setting specifying whether in the title bar will appear the 'Minimize' button, as described in Settings. |
Settings
The settings for value are:
| Value | Description |
| skNo (0) | The button will not be visible. |
| skYes (1) | The button will be visible. |
| skAutomatic (2) | (Default) The button will or wont be visible according with the form property setting. |
Remarks: The button to which this property refers is identified in the sample figure with number '3'.
Note: If the setting is skAutomatic (2) what specifies whether the button will appear are the form properties BorderStyle and ControlBox.
![]()
| See also: | Property page 'Buttons' |
| vbSkinner control constants |
![]()