SIL.FieldWorks.IText.ComplexConcControl.InsertOption.InsertOption C# (CSharp) Method

InsertOption() public method

public InsertOption ( ComplexConcordanceInsertType type ) : System
type ComplexConcordanceInsertType
return System
			public InsertOption(ComplexConcordanceInsertType type)
			{
				m_type = type;
			}
ComplexConcControl.InsertOption