Méthode | Description | |
---|---|---|
DarkMessageBox ( ) : System | ||
Show ( string title, string message ) : DialogResult | ||
Show ( string title, string message, MessageBoxButtons buttons ) : DialogResult | ||
Show ( string title, string message, string info ) : DialogResult | ||
Show ( string title, string message, string info, MessageBoxButtons buttons ) : DialogResult |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
|
OnPaint ( PaintEventArgs e ) : void |
Méthode | Description | |
---|---|---|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
SetButtonsText ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
Résultat | void |
public static Show ( string title, string message ) : DialogResult | ||
title | string | |
message | string | |
Résultat | DialogResult |
public static Show ( string title, string message, MessageBoxButtons buttons ) : DialogResult | ||
title | string | |
message | string | |
buttons | MessageBoxButtons | |
Résultat | DialogResult |
public static Show ( string title, string message, string info ) : DialogResult | ||
title | string | |
message | string | |
info | string | |
Résultat | DialogResult |
public static Show ( string title, string message, string info, MessageBoxButtons buttons ) : DialogResult | ||
title | string | |
message | string | |
info | string | |
buttons | MessageBoxButtons | |
Résultat | DialogResult |