ForceLeave() публичный Метод

Force the mouse to leave the button.
public ForceLeave ( ) : void
Результат void
 private void OnButtonContext(object sender, MouseEventArgs e)
 {
     _buttonContext.ForceLeave();
     _gallery.OnDropButton();
 }