ComponentFactory.Krypton.Ribbon.ViewDrawRibbonGalleryButton.ForceLeave C# (CSharp) Метод

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

Force the mouse to leave the button.
public ForceLeave ( ) : void
Результат void
        public void ForceLeave()
        {
            _controller.ForceLeave();
        }

Usage Example

 private void OnButtonContext(object sender, MouseEventArgs e)
 {
     _buttonContext.ForceLeave();
     _gallery.OnDropButton();
 }