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

OnLBUTTONUP() public method

Processes the WM_LBUTTONUP from the floating window.
public OnLBUTTONUP ( ) : void
return void
        public void OnLBUTTONUP()
        {
            DragEnd(Control.MousePosition);
            Dispose();
        }