SwitchWord() public method

Set up the sandbox to display the specified analysis, hvoAnalysis, which might be a WfiWordform, WfiAnalysis, or WfiGloss.
public SwitchWord ( SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence selected ) : void
selected SIL.FieldWorks.FDO.DomainServices.AnalysisOccurrence
return void
Exemplo n.º 1
0
		private void ChangeSandboxRoot(Sandbox sandbox, int hvoNewAnnotation, int hvoNewAnalysis)
		{
			sandbox.Visible = false;
			sandbox.SwitchWord(hvoNewAnnotation, true);
		}