C# Class SIL.FieldWorks.Common.RootSites.RootSiteControl

This class provides for required behavior when a RootSite class is used as a control on a form. Specifically, it deals with Tabbing issues.
Inheritance: SIL.FieldWorks.Common.RootSites.RootSite
Afficher le fichier Open project: sillsdev/FieldWorks

Méthodes publiques

Méthode Description
RootSiteControl ( ) : System

Constructor.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnGotFocus ( EventArgs e ) : void

When we get focus, start filtering messages to catch characters

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected méthode

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

OnGotFocus() protected méthode

When we get focus, start filtering messages to catch characters
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void

RootSiteControl() public méthode

Constructor.
public RootSiteControl ( ) : System
Résultat System