◄Example► ◄Contents► ◄Index► ◄Back► ────────────────────────────────────────────────────────────────────────────── ' This example illustrates the MaxButton 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 MaxButton property to display the various styles: ' MaxButton = True MaxButton = False ' ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ' ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ' ░░░░░┌┤■│ Form1 │▲││▼├┐░░░░░ ░░░░░┌┤ Form1 │▼├┐░░░░░ ' ░░░░░│ │░░░░░ ░░░░░│ │░░░░░ ' ░░░░░│ │░░░░░ ░░░░░│ │░░░░░ ' ░░░░░│ │░░░░░ ░░░░░│ │░░░░░ ' ░░░░░│ │░░░░░ ░░░░░│ │░░░░░ ' ░░░░░└─────────────────┘░░░░░ ░░░░░└─────────────────┘░░░░░ ' ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ' ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░