SIL.FieldWorks.Common.RootSites.CollectorEnv.OpenTheObject C# (CSharp) Method

OpenTheObject() protected method

Opens the object.
protected OpenTheObject ( int hvo, int ihvo ) : void
hvo int The hvo.
ihvo int The index of this object in the collection being displayed.
return void
		protected virtual void OpenTheObject(int hvo, int ihvo)
		{
			m_stack.Add(new StackItem(m_hvoCurr, hvo, m_tagCurrent, ihvo));
			m_hvoCurr = hvo;
			m_fIsPropOpen = false;
		}