USERAREA

Definition

USERAREA [id]
{
  [Flags]
}
						

描述

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

Flags

Dialog Resource for a description of the common flags.

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

范例

USERAREA IDC_USERAREA { SIZE -320,-240; }
						

延伸阅读