qck.hlp (Table of Contents; Topic list)
Cancel Property
  Summary  Details  Example                Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
 Determines if a command button is the default Cancel button on a form.
 
    [form.]commandbutton.Cancel[ = boolean%]
 
    ■ boolean%     Valid settings are:
 
                   Value      Description
                   ═════════  ══════════════════════════════════════════════
                   True (-1)  Enables the command button as the Cancel button
                              for the form
                   False (0)  (Default) Disables this functionality
 
 Applies To
    Command Button Control
 
 See Also
    Click Event                      Default Property
    KeyDown Event                    KeyPress Event
    KeyUp Event