ex.hlp (Topic list)
ControlBox Property Example
                        Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
' This example illustrates the ControlBox 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 ControlBox property to display the various styles:
 
'    ControlBox = True                      ControlBox = False
' ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░          ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
' ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░          ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
' ░░░░░┌┤■│ Form1  │▲││▼├┐░░░░░          ░░░░░┌┤   Form1  │▲││▼├┐░░░░░
' ░░░░░│                 │░░░░░          ░░░░░│                 │░░░░░
' ░░░░░│                 │░░░░░          ░░░░░│                 │░░░░░
' ░░░░░│                 │░░░░░          ░░░░░│                 │░░░░░
' ░░░░░│                 │░░░░░          ░░░░░│                 │░░░░░
' ░░░░░└─────────────────┘░░░░░          ░░░░░└─────────────────┘░░░░░
' ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░          ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
' ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░          ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░