Untrack() public method

Item is becoming tracked by the mouse.
public Untrack ( ) : void
return void
Beispiel #1
0
 /// <summary>
 /// This target should clear any active display.
 /// </summary>
 public virtual void ClearTarget()
 {
     _target.Untrack();
     UpdateTargetState(new Point(int.MaxValue, int.MaxValue));
 }