C# Class MonoFlat.MonoFlat_NotificationBox

Inheritance: System.Windows.Forms.Control
ファイルを表示 Open project: MrDarkSkil/Launcher_Arma3 Class Usage Examples

Public Methods

Method Description
MonoFlat_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

MonoFlat_NotificationBox() public method

public MonoFlat_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