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
ファイルを表示 Open project: sillsdev/FieldWorks

Public Methods

Method Description
RootSiteControl ( ) : System

Constructor.

Protected Methods

Method 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

Method Description
InitializeComponent ( ) : void

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

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnGotFocus() protected method

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

RootSiteControl() public method

Constructor.
public RootSiteControl ( ) : System
return System