BrightIdeasSoftware.ObjectListView.UpdateHotItem C# (CSharp) Method

UpdateHotItem() protected method

The mouse has moved to the given pt. See if the hot item needs to be updated
This is the main entry point for hot item handling
protected UpdateHotItem ( Point pt ) : void
pt Point Where is the mouse?
return void
        protected virtual void UpdateHotItem(Point pt)
        {
            this.UpdateHotItem(this.OlvHitTest(pt.X, pt.Y));
        }

Same methods

ObjectListView::UpdateHotItem ( OlvListViewHitTestInfo hti ) : void
ObjectListView