SIL.FieldWorks.IText.MockInterlinDocForAnalyis.CreateFocusBoxInternal C# (CSharp) Method

CreateFocusBoxInternal() protected method

protected CreateFocusBoxInternal ( ) : FocusBoxController
return FocusBoxController
		protected override FocusBoxController CreateFocusBoxInternal()
		{
			return new TestableFocusBox();
		}