Méthode | Description | |
---|---|---|
Show ( string text, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult | ||
Show ( string text, MessageBoxButtons buttons, MessageBoxIcon icon, bool Log ) : DialogResult |
public static Show ( string text, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult | ||
text | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
Résultat | DialogResult |
public static Show ( string text, MessageBoxButtons buttons, MessageBoxIcon icon, bool Log ) : DialogResult | ||
text | string | |
buttons | MessageBoxButtons | |
icon | MessageBoxIcon | |
Log | bool | |
Résultat | DialogResult |