C# Класс SystemEx.Windows.Forms.EmulateCommandLink

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

Открытые методы

Метод Описание
EmulateCommandLink ( ) : System
GetBestHeight ( ) : int

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnCreateControl ( ) : void
OnMouseDown ( System e ) : void
OnMouseEnter ( System e ) : void
OnMouseLeave ( System e ) : void
OnMouseUp ( System e ) : void
OnPaint ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Приватные методы

Метод Описание
GetLargeText ( ) : string
GetLargeTextSizeF ( ) : SizeF
GetSmallText ( ) : string
GetSmallTextSizeF ( ) : SizeF
InitializeComponent ( ) : void

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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

EmulateCommandLink() публичный Метод

public EmulateCommandLink ( ) : System
Результат System

GetBestHeight() публичный Метод

public GetBestHeight ( ) : int
Результат int

OnCreateControl() защищенный Метод

protected OnCreateControl ( ) : void
Результат void

OnMouseDown() защищенный Метод

protected OnMouseDown ( System e ) : void
e System
Результат void

OnMouseEnter() защищенный Метод

protected OnMouseEnter ( System e ) : void
e System
Результат void

OnMouseLeave() защищенный Метод

protected OnMouseLeave ( System e ) : void
e System
Результат void

OnMouseUp() защищенный Метод

protected OnMouseUp ( System e ) : void
e System
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

OnSizeChanged() защищенный Метод

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Результат void