System.Windows.Forms.ListView.ItemControl.BoxIntersectsText C# (CSharp) Method

BoxIntersectsText() private method

private BoxIntersectsText ( int index ) : bool
index int
return bool
			bool BoxIntersectsText (int index)
			{
				Rectangle r = owner.GetItemAtDisplayIndex (index).TextBounds;
				return BoxSelectRectangle.IntersectsWith (r);
			}