SIL.FieldWorks.Common.Framework.DetailControls.StTextSlice.SelectAt C# (CSharp) Method

SelectAt() private method

Select at the specified position in the first paragraph.
private SelectAt ( int ich ) : void
ich int
return void
		internal void SelectAt(int ich)
		{
			((StTextView) Control).SelectAt(ich);
		}