etc.negui.control.button.button

ボタン。
class ButtonException: etc.negui.control.control.ControlException;

abstract class Button: etc.negui.control.control.Control, etc.negui.control.control.IHorizonAlign, etc.negui.control.control.IVerticalAlign, etc.negui.control.control.INotify, etc.negui.control.control.IOwnerDraw;

this(NeGui Owner , ITEM_ID Id );
History:
1.032: [P] 処理内容変更。
this(ref NEGUIINFO NeGuiInfo );
History:
1.032: 新規作成。
enum TYPE;

final TYPE type();

void click();
BM_CLICK
protected Draw Image(IMAGE_TYPE ImageType , Draw draw );

Icon image(Icon icon );

Bitmap image(Bitmap bmp );

class Push: etc.negui.control.button.button.Button;

this(NeGui Owner , ITEM_ID Id );
History:
1.032: [P] 処理内容変更。
this(ref NEGUIINFO NeGuiInfo );
History:
1.032: 新規作成。
bool push();

void push(bool Push );

abstract class Toggle: etc.negui.control.button.button.Button;

enum CHECK;

UNCHECKED
チェックされていない
CHECKED
チェックされている
INDETERMINATE
グレー表示
CHECK check();

void check(CHECK Check );

bool checked();

void checked(bool Flag );

class CheckBox: etc.negui.control.button.button.Toggle;

this(NeGui Owner , ITEM_ID Id );
History:
1.032: [P] 処理内容変更。
this(ref NEGUIINFO NeGuiInfo );
History:
1.032: 新規作成。
class Radio: etc.negui.control.button.button.Toggle;

this(NeGui Owner , ITEM_ID Id );
History:
1.032: [P] 処理内容変更。
this(ref NEGUIINFO NeGuiInfo );
History:
1.032: 新規作成。
enum AUTO;

NONE

AUTO