C# Class NotificationBox, TestMeApp

Inheritance: Control
Datei anzeigen Open project: Hli4S/TestMeApp Class Usage Examples

Public Methods

Method Description
NotificationBox ( ) : System

Protected Methods

Method Description
OnMouseDown ( System e ) : void
OnMouseMove ( System e ) : void
OnPaint ( System e ) : void

Private Methods

Method Description
CreateRoundRect ( Rectangle r, int curve ) : GraphicsPath

Method Details

NotificationBox() public method

public NotificationBox ( ) : System
return System

OnMouseDown() protected method

protected OnMouseDown ( System e ) : void
e System
return void

OnMouseMove() protected method

protected OnMouseMove ( System e ) : void
e System
return void

OnPaint() protected method

protected OnPaint ( System e ) : void
e System
return void