BrightIdeasSoftware.ObjectListView.UpdateHotItem C# (CSharp) 메소드

UpdateHotItem() 보호된 메소드

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?
리턴 void
        protected virtual void UpdateHotItem(Point pt)
        {
            this.UpdateHotItem(this.OlvHitTest(pt.X, pt.Y));
        }

Same methods

ObjectListView::UpdateHotItem ( OlvListViewHitTestInfo hti ) : void
ObjectListView