SIL.FieldWorks.XWorks.LexEd.LexReferenceCollectionView.CreateVectorReferenceVc C# (CSharp) Method

CreateVectorReferenceVc() protected method

protected CreateVectorReferenceVc ( ) : SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
return SIL.FieldWorks.Common.Framework.DetailControls.VectorReferenceVc
		protected override VectorReferenceVc CreateVectorReferenceVc()
		{
			LexReferenceCollectionVc vc = new LexReferenceCollectionVc(m_fdoCache, m_rootFlid, m_displayNameProperty, m_displayWs);
			if (m_displayParent != null)
				vc.DisplayParent = m_displayParent;
			return vc;
		}