C# Class Gw2Launcher.UI.Controls.CopyButton

Inheritance: Control
Show file Open project: Healix/Gw2Launcher

Protected Properties

Property Type Description
colorBorder Color
highlighted bool
pen Pen
rects Rectangle[]
tooltip ToolTip

Private Properties

Property Type Description

Public Methods

Method Description
CopyButton ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnPaintBackground ( PaintEventArgs pevent ) : void
OnSizeChanged ( EventArgs e ) : void

Method Details

CopyButton() public method

public CopyButton ( ) : System
return System

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnMouseEnter() protected method

protected OnMouseEnter ( EventArgs e ) : void
e EventArgs
return void

OnMouseLeave() protected method

protected OnMouseLeave ( EventArgs e ) : void
e EventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs pevent ) : void
pevent PaintEventArgs
return void

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e EventArgs
return void

Property Details

colorBorder protected property

protected Color colorBorder
return Color

highlighted protected property

protected bool highlighted
return bool

pen protected property

protected Pen pen
return Pen

rects protected property

protected Rectangle[] rects
return Rectangle[]

tooltip protected property

protected ToolTip tooltip
return ToolTip