BrightIdeasSoftware.ObjectListView.ClearHotItem C# (CSharp) Method

ClearHotItem() public method

Force the hot item to be recalculated
public ClearHotItem ( ) : void
return void
        public virtual void ClearHotItem()
        {
            this.UpdateHotItem(new Point(-1, -1));
        }
ObjectListView