Open Search
    BUTTON

    Definition

    BUTTON [id]
    {
      [Flags]
    }
    

    Description

    A clickable button.
    Use GeDialog::Enable() to enable or disable a button.

    See also
    The DLGGROUP gadget for adding standard buttons.

    Flags

    See Dialog Resource for a description of the common flags.

    [LAYOUTFLAGS]Layout flags.
    [NAME]Text.
    [SIZE]Manual size.

    Example

    BUTTON IDC_BUTTON { NAME BUTTON_TEXT; }