Méthode | Description | |
---|---|---|
Show ( string message ) : void | ||
TipDialog ( string message, string dialogTitle, Image icon ) : System |
Use this one if you need to customize the dialog, e.g. to setup an alternate button
|
Méthode | Description | |
---|---|---|
AdjustHeights ( ) : void | ||
GetDesiredTextBoxHeight ( ) : int | ||
HandleMessageTextChanged ( object sender, EventArgs e ) : void | ||
TipDialog ( ) : System | ||
TipDialog_Load ( object sender, EventArgs e ) : void | ||
_acceptButton_Click ( object sender, EventArgs e ) : void |
public static Show ( string message ) : void | ||
message | string | |
Résultat | void |
public TipDialog ( string message, string dialogTitle, Image icon ) : System | ||
message | string | |
dialogTitle | string | |
icon | Image | |
Résultat | System |