C# 클래스 Alsing.Windows.Forms.CoreLib.FormatLabelControl

상속: BaseControl
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
FormatLabelControl ( ) : System
GetHeight ( ) : int
GetWidth ( ) : int

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnClickLink ( string Link ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FormatLabelControl() 공개 메소드

public FormatLabelControl ( ) : System
리턴 System

GetHeight() 공개 메소드

public GetHeight ( ) : int
리턴 int

GetWidth() 공개 메소드

public GetWidth ( ) : int
리턴 int

OnClickLink() 보호된 메소드

protected OnClickLink ( string Link ) : void
Link string
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void