BrightIdeasSoftware.ObjectListView.RefreshHotItem C# (CSharp) Method

RefreshHotItem() public method

Force the hot item to be recalculated
public RefreshHotItem ( ) : void
return void
        public virtual void RefreshHotItem()
        {
            this.UpdateHotItem(this.PointToClient(Cursor.Position));
        }
ObjectListView