◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── ' This example illustrates the MinButton property settings. ' To try this example: ' 1. Choose New Project from the File menu ' 2. Choose New Form from the File menu to create a form ' 3. Set the form's MinButton property to display the various styles: ' MinButton = True MinButton = False ' ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ' ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ' ░░░░░┌┤■│ Form1 │▲││▼├┐░░░░░ ░░░░░┌┤ Form1 │▲├┐░░░░░ ' ░░░░░│ │░░░░░ ░░░░░│ │░░░░░ ' ░░░░░│ │░░░░░ ░░░░░│ │░░░░░ ' ░░░░░│ │░░░░░ ░░░░░│ │░░░░░ ' ░░░░░│ │░░░░░ ░░░░░│ │░░░░░ ' ░░░░░└─────────────────┘░░░░░ ░░░░░└─────────────────┘░░░░░ ' ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ' ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░