C# Class SimplexDialog.Dialog

Afficher le fichier Open project: lofcz/SimplexRpgEngine Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Dialog ( ) : System
Résultat System

Dialog() public méthode

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
Résultat System

Update() public méthode

public Update ( Form1 f ) : void
f Form1
Résultat void