DLGGROUP
DLGGROUP
{
[Flags]
}
The dialog group contains the standard buttons of a modal dialog (
OK
and
取消
).
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 取消 button. |
DLGGROUP { OK; CANCEL; }