C# Class NotificationBox, TestMeApp

Inheritance: Control
Afficher le fichier Open project: Hli4S/TestMeApp Class Usage Examples

Méthodes publiques

Méthode Description
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

NotificationBox() public méthode

public 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