C# Класс Alsing.Windows.Forms.CoreLib.FormatLabelControl

Наследование: BaseControl
Показать файл Открыть проект Примеры использования класса

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