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

CloseProp() protected method

Closes the prop. Does nothing as yet, but keeps things analogous to real VwEnv.
protected CloseProp ( ) : void
return void
		protected virtual void CloseProp()
		{
			m_fIsPropOpen = false;
		}