C# Class Game.MessageBoxWindow

Defines a "MessageBox" window.
Inheritance: EControl
Mostra file Open project: DarrenHassan/GDM4242-GroupD Class Usage Examples

Public Methods

Method Description
MessageBoxWindow ( string messageText, string caption, EButton clickHandler ) : System

Protected Methods

Method Description
OnAttach ( ) : void

Private Methods

Method Description
OKButton_Click ( EButton sender ) : void

Method Details

MessageBoxWindow() public method

public MessageBoxWindow ( string messageText, string caption, EButton clickHandler ) : System
messageText string
caption string
clickHandler EButton
return System

OnAttach() protected method

protected OnAttach ( ) : void
return void