BUTTON

Definition

BUTTON [id]
{
  [Flags]
}
						

描述

A clickable button.
使用 GeDialog::Enable() to enable or disable a button.

另请参阅
The DLGGROUP gadget for adding standard buttons.

Flags

Dialog Resource for a description of the common flags.

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

范例

BUTTON IDC_BUTTON { NAME BUTTON_TEXT; }