C# Class SidebarLibrary.WinControls.BorderLabel

Summary description for BorderLabel.
Inheritance: System.Windows.Forms.Label
ファイルを表示 Open project: sillsdev/FieldWorks

Public Methods

Method Description
BorderLabel ( Color BorderColor ) : System
BorderLabel ( Color BorderColor, Color HoverColor ) : System

Protected Methods

Method Description
OnMouseLeave ( EventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
BorderLabel ( Color BorderColor, Color HoverColor, int Width ) : System
BorderLabel ( Color BorderColor, int Width ) : System

Method Details

BorderLabel() public method

public BorderLabel ( Color BorderColor ) : System
BorderColor Color
return System

BorderLabel() public method

public BorderLabel ( Color BorderColor, Color HoverColor ) : System
BorderColor Color
HoverColor Color
return System

OnMouseLeave() protected method

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

OnMouseMove() protected method

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

OnPaint() protected method

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