C# Class SimplexDialog.Dialog

Show file Open project: lofcz/SimplexRpgEngine Class Usage Examples

Public Methods

Method Description
Dialog ( ) : System
Dialog ( Point Position, Size Size, string Caption = "", string Text = "", int Depth, state Type = state.message, Form1 f = null ) : System
Update ( Form1 f ) : void

Method Details

Dialog() public method

public Dialog ( ) : System
return System

Dialog() public method

public Dialog ( Point Position, Size Size, string Caption = "", string Text = "", int Depth, state Type = state.message, Form1 f = null ) : System
Position Point
Size System.Drawing.Size
Caption string
Text string
Depth int
Type state
f Form1
return System

Update() public method

public Update ( Form1 f ) : void
f Form1
return void