Provide button pressed when mouse down functionality.
Inheritance: ComponentFactory.Krypton.Toolkit.GlobalId, IMouseController
        private void ClickFinished(object sender, EventArgs e)
        {
            // Get access to our mouse controller
            LeftDownButtonController controller = (LeftDownButtonController)MouseController;

            // Remove the fixed pressed appearance
            controller.RemoveFixed();
        }