ComponentFactory.Krypton.Docking.DockingDragManager.OnMOUSEMOVE C# (CSharp) Method

OnMOUSEMOVE() public method

Processes the WM_MOUSEMOVE from the floating window.
public OnMOUSEMOVE ( ) : void
return void
        public void OnMOUSEMOVE()
        {
            // Update feedback to reflect the current mouse position
            DragMove(Control.MousePosition);
        }