C# Class wyDay.Controls.MLLabel.MLLabel

Inheritance: System.Windows.Forms.Control
ファイルを表示 Open project: RagingBigFemaleBird/sgs

Private Properties

Property Type Description
RefreshTextRect void

Public Methods

Method Description
MLLabel ( ) : System

Protected Methods

Method Description
OnFontChanged ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Method Description
RefreshTextRect ( ) : void

Method Details

MLLabel() public method

public MLLabel ( ) : System
return System

OnFontChanged() protected method

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

OnPaint() protected method

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

OnResize() protected method

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