C# Class SIL.FieldWorks.LexText.Controls.InsertionControl.GrowLabel

Inheritance: System.Windows.Forms.Label
Mostra file Open project: sillsdev/FieldWorks

Public Methods

Method Description
GrowLabel ( ) : System

Protected Methods

Method Description
OnFontChanged ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Method Description
ResizeLabel ( ) : void

Method Details

GrowLabel() public method

public GrowLabel ( ) : System
return System

OnFontChanged() protected method

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

OnSizeChanged() protected method

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

OnTextChanged() protected method

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