C# Class Andwho.Windows.Forms.Metro.MetroForm

Afficher le fichier Open project: JimmyFung/DesktopHelper Class Usage Examples

Private Properties

Свойство Type Description
DrawStart void
InitializeComponent void
OpenProcess void

Méthodes publiques

Méthode Description
MetroForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnClickMetroFormItem ( object sender, EventArgs e ) : void

OnClickStart ( object sender, EventArgs e ) : void

OnLoad ( EventArgs e ) : void

OnMouseDown ( MouseEventArgs e ) : void

OnMouseLeave ( EventArgs e ) : void

OnMouseMove ( MouseEventArgs e ) : void

OnMouseUp ( MouseEventArgs e ) : void

OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
DrawStart ( Graphics g ) : void

绘制开始菜单UI

InitializeComponent ( ) : void

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

OpenProcess ( MetroItem item ) : void

打开Item

Method Details

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

MetroForm() public méthode

public MetroForm ( ) : System
Résultat System

OnClickMetroFormItem() protected méthode

protected OnClickMetroFormItem ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnClickStart() protected méthode

protected OnClickStart ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnLoad() protected méthode

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

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

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