SIL.FieldWorks.TE.DummyDraftViewProxy.CreateView C# (CSharp) Method

CreateView() public method

Method to create the view when needed
public CreateView ( Control host ) : Control
host System.Windows.Forms.Control The control that will host (or "wrap") the view (can be null)
return System.Windows.Forms.Control
		public override Control CreateView(Control host)
		{
			return new DummyDraftView(m_cache, false, 0);
		}
	}