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

Inheritance: BaseControl
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
FormatLabelControl ( ) : System
GetHeight ( ) : int
GetWidth ( ) : int

Méthodes protégées

Méthode 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

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FormatLabelControl() public méthode

public FormatLabelControl ( ) : System
Résultat System

GetHeight() public méthode

public GetHeight ( ) : int
Résultat int

GetWidth() public méthode

public GetWidth ( ) : int
Résultat int

OnClickLink() protected méthode

protected OnClickLink ( string Link ) : void
Link string
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void