C# Class Xwt.DialogButton

显示文件 Open project: antmicro/xwt Class Usage Examples

Public Methods

Method Description
DialogButton ( Xwt.Command cmd ) : System
DialogButton ( string label ) : System
DialogButton ( string label, Xwt.Command cmd ) : System
DialogButton ( string label, Image icon ) : System
DialogButton ( string label, Image icon, Xwt.Command cmd ) : System

Protected Methods

Method Description
InternalRaiseClicked ( ) : bool

Private Methods

Method Description
RaiseClicked ( ) : void

Method Details

DialogButton() public method

public DialogButton ( Xwt.Command cmd ) : System
cmd Xwt.Command
return System

DialogButton() public method

public DialogButton ( string label ) : System
label string
return System

DialogButton() public method

public DialogButton ( string label, Xwt.Command cmd ) : System
label string
cmd Xwt.Command
return System

DialogButton() public method

public DialogButton ( string label, Image icon ) : System
label string
icon Image
return System

DialogButton() public method

public DialogButton ( string label, Image icon, Xwt.Command cmd ) : System
label string
icon Image
cmd Xwt.Command
return System

InternalRaiseClicked() protected method

protected InternalRaiseClicked ( ) : bool
return bool