SUBDIALOG

Definition

SUBDIALOG [id]
{
  [Flags]
}

Description

Represents a sub-dialog. It makes it easy to create dynamic interfaces since one can replace parts of a dialog with a single call to GeDialog::AttachSubDialog().

Flags

See Dialog Resource for a description of the common flags.

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

Example

SUBDIALOG IDC_SUBDIALOG { SIZE -200,-100; }

Further Reading