C# Класс SIL.FieldWorks.FwCoreDlgs.FwHelpAbout

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

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

Метод Описание
CheckDisposed ( ) : void

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.

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

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

Clean up any resources being used.

OnHandleCreated ( EventArgs e ) : void

When the window handle gets created we want to initialize the controls

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

Метод Описание
FwHelpAbout ( ) : System
HandleSystemMonitorLinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Show System Monitor in Linux

InitializeComponent ( ) : void

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

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

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
Результат void

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

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Результат void

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

When the window handle gets created we want to initialize the controls
protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Результат void