USERAREA

Definition

USERAREA [id]
{
  [Flags]
}

Description

Represents a GeUserArea object. It can show whatever is need and can be used to make custom controls.
Use GeDialog::AttachUserArea() to assign a GeUserArea object to the user area control.

Flags

See Dialog Resource for a description of the common flags.

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

Example

USERAREA IDC_USERAREA { SIZE -320,-240; }

Further Reading