C# Class Alsing.Windows.Forms.CoreLib.FormatLabelControl

Inheritance: BaseControl
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Property Type Description
ApplyFormat void
ClearFonts void
CreateAll void
CreateElements Alsing.Windows.Forms.FormatLabel.Element[]
CreateRows void
CreateWords void
GetAttrib string
GetFont Alsing.Drawing.GDI.GDIFont
GetFontKey string
InitScrollbars void
InitializeComponent void
IsIndex bool
SetAutoSize void
vScroll_Scroll void

Public Methods

Method Description
FormatLabelControl ( ) : System
GetHeight ( ) : int
GetWidth ( ) : int

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnClickLink ( string Link ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Private Methods

Method Description
ApplyFormat ( Element Elements ) : void
ClearFonts ( ) : void
CreateAll ( ) : void
CreateElements ( ) : Alsing.Windows.Forms.FormatLabel.Element[]
CreateRows ( ) : void
CreateWords ( Element Elements ) : void
GetAttrib ( string attrib, string tag ) : string
GetFont ( Font font ) : GDIFont
GetFontKey ( Font font ) : string
InitScrollbars ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

IsIndex ( string src ) : bool
SetAutoSize ( ) : void
vScroll_Scroll ( object sender, ScrollEventArgs e ) : void

Method Details

Dispose() protected method

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

FormatLabelControl() public method

public FormatLabelControl ( ) : System
return System

GetHeight() public method

public GetHeight ( ) : int
return int

GetWidth() public method

public GetWidth ( ) : int
return int

OnClickLink() protected method

protected OnClickLink ( string Link ) : void
Link string
return void

OnMouseMove() protected method

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

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
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