ComponentFactory.Krypton.Ribbon.LeftUpButtonController.MouseMove C# (CSharp) Method

MouseMove() public method

Mouse has moved inside the view.
public MouseMove ( Control c, Point pt ) : void
c System.Windows.Forms.Control Reference to the source control instance.
pt Point Mouse position relative to control.
return void
        public virtual void MouseMove(Control c, Point pt)
        {
            // Update the visual state
            UpdateTargetState(pt);
        }