예제 #1
0
        public ColorPane()
        {
            InitializeComponent();

            BindDataToPanels();

            InitToolTipControl();

            LoadThemePanel();

            // Default color to CornFlowerBlue
            SetDefaultColor(Color.CornflowerBlue);

            EnableScrolling();

            // Hook the mouse process if it has not
            PPMouse.TryStartHook();
        }
 private void MagnifierOverlay_Deactivated(object sender, System.EventArgs e)
 {
     PPMouse.StopAllActions();
 }