BrightIdeasSoftware.AbstractRenderer.HitTest C# (CSharp) Метод

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

What is under the given point?
This method should only alter HitTestLocation and/or UserData.
public HitTest ( BrightIdeasSoftware.OlvListViewHitTestInfo hti, int x, int y ) : void
hti BrightIdeasSoftware.OlvListViewHitTestInfo
x int x co-ordinate
y int y co-ordinate
Результат void
        public virtual void HitTest(OlvListViewHitTestInfo hti, int x, int y)
        {
        }