DLGGROUP

Definition

DLGGROUP
{
  [Flags]
}

Description

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.

Flags

The shown buttons are specified with the following flags:

OKShow the OK button.
CANCELShow the Cancel button.

Example

DLGGROUP { OK; CANCEL; }

Further Reading