C# Class MetroFramework.MetroMessageBoxControl

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

Méthodes publiques

Méthode Description
ArrangeApperance ( ) : void

Arranges the apperance of the message box overlay.

MetroMessageBoxControl ( ) : MetroFramework.Controls
SetDefaultButton ( ) : void

Sets the default focused button.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
EnableButton ( MetroButton button ) : void
EnableButton ( MetroButton button, bool enabled ) : void
InitializeComponent ( ) : void

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

ReleaseCapture ( ) : bool
SendMessage ( IntPtr hWnd, int Msg, int wParam, int lParam ) : int
StylizeButton ( MetroButton button ) : void
StylizeButton ( MetroButton button, bool hovered ) : void
button_Click ( object sender, EventArgs e ) : void
button_MouseClick ( object sender, MouseEventArgs e ) : void
button_MouseEnter ( object sender, EventArgs e ) : void
button_MouseLeave ( object sender, EventArgs e ) : void
tlpBody_MouseDown ( object sender, MouseEventArgs e ) : void

Method Details

ArrangeApperance() public méthode

Arranges the apperance of the message box overlay.
public ArrangeApperance ( ) : void
Résultat void

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

MetroMessageBoxControl() public méthode

public MetroMessageBoxControl ( ) : MetroFramework.Controls
Résultat MetroFramework.Controls

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetDefaultButton() public méthode

Sets the default focused button.
public SetDefaultButton ( ) : void
Résultat void