ComponentFactory.Krypton.Ribbon.CollapsedGroupController.MouseLeave C# (CSharp) Méthode

MouseLeave() public méthode

Mouse has left the view.
public MouseLeave ( Control c, ViewBase next ) : void
c System.Windows.Forms.Control Reference to the source control instance.
next ViewBase Reference to view that is next to have the mouse.
Résultat void
        public virtual void MouseLeave(Control c, ViewBase next)
        {
            // Mouse is no longer over the target
            _mouseOver = false;
        }