C# Class SIL.FieldWorks.FwCoreDlgs.FwHelpAbout

Inheritance: System.Windows.Forms.Form, IFWDisposable, IFwHelpAbout
Afficher le fichier Open project: sillsdev/FieldWorks Class Usage Examples

Méthodes publiques

Méthode Description
CheckDisposed ( ) : void

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

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
FwHelpAbout ( ) : System
HandleSystemMonitorLinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Show System Monitor in Linux

InitializeComponent ( ) : void

Method Details

CheckDisposed() public méthode

Check to see if the object has been disposed. All public Properties and Methods should call this before doing anything else.
public CheckDisposed ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnHandleCreated() protected méthode

When the window handle gets created we want to initialize the controls
protected OnHandleCreated ( EventArgs e ) : void
e System.EventArgs
Résultat void