SIL.FieldWorks.SharpViews.Box.SelectAtEnd C# (CSharp) Метод

SelectAtEnd() публичный Метод

Make a selection at the end of the box. Subclasses override.
public SelectAtEnd ( ) : InsertionPoint
Результат SIL.FieldWorks.SharpViews.Selections.InsertionPoint
		public virtual InsertionPoint SelectAtEnd()
		{
			return null;
		}

Same methods

Box::SelectAtEnd ( ParaBox para ) : InsertionPoint