C# Class MeshExplorer.DarkMessageBox

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

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éthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SetButtonsText ( DarkMessageBox dialog, MessageBoxButtons buttons ) : void

Method Details

DarkMessageBox() public méthode

public DarkMessageBox ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

Show() public static méthode

public static Show ( string title, string message ) : DialogResult
title string
message string
Résultat DialogResult

Show() public static méthode

public static Show ( string title, string message, MessageBoxButtons buttons ) : DialogResult
title string
message string
buttons MessageBoxButtons
Résultat DialogResult

Show() public static méthode

public static Show ( string title, string message, string info ) : DialogResult
title string
message string
info string
Résultat DialogResult

Show() public static méthode

public static Show ( string title, string message, string info, MessageBoxButtons buttons ) : DialogResult
title string
message string
info string
buttons MessageBoxButtons
Résultat DialogResult