C# Класс mRemoteNG.UI.TaskDialog.CommandButton

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

Private Properties

Свойство Тип Описание
GetLargeText string
GetLargeTextSizeF System.Drawing.SizeF
GetSmallText string
GetSmallTextSizeF System.Drawing.SizeF
InitializeComponent void

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

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

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

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

Clean up any resources being used.

OnCreateControl ( ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnMouseUp ( MouseEventArgs 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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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