DLGGROUP { [Flags] }
The dialog group contains the standard buttons of a modal dialog (OK and Cancel).
By having these grouped together in a single element, Cinema 4D can change the ordering and alignment of the buttons to suit the operation system needs.
The shown buttons are specified with the following flags:
OK | Show the OK button. |
CANCEL | Show the Cancel button. |
DLGGROUP { OK; CANCEL; }