BrightIdeasSoftware.ObjectListView.UpdateHotItem C# (CSharp) Méthode

UpdateHotItem() protected méthode

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

Same methods

ObjectListView::UpdateHotItem ( OlvListViewHitTestInfo hti ) : void
ObjectListView