C# 클래스 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.
상속: SIL.FieldWorks.Common.RootSites.RootSite
파일 보기 프로젝트 열기: sillsdev/FieldWorks

공개 메소드들

메소드 설명
RootSiteControl ( ) : System

Constructor.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnGotFocus ( EventArgs e ) : void

When we get focus, start filtering messages to catch characters

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

메소드 상세

Dispose() 보호된 메소드

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

OnGotFocus() 보호된 메소드

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

RootSiteControl() 공개 메소드

Constructor.
public RootSiteControl ( ) : System
리턴 System