C# Class MonoFlat.MonoFlat_NotificationBox

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: MrDarkSkil/Launcher_Arma3 Class Usage Examples

Méthodes publiques

Méthode Description
MonoFlat_NotificationBox ( ) : System

Méthodes protégées

Méthode Description
OnMouseDown ( System e ) : void
OnMouseMove ( System e ) : void
OnPaint ( System e ) : void

Private Methods

Méthode Description
CreateRoundRect ( Rectangle r, int curve ) : GraphicsPath

Method Details

MonoFlat_NotificationBox() public méthode

public MonoFlat_NotificationBox ( ) : System
Résultat System

OnMouseDown() protected méthode

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

OnMouseMove() protected méthode

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

OnPaint() protected méthode

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