RemoveFixed() публичный Метод

Remove the fixed pressed mode.
public RemoveFixed ( ) : void
Результат void
        private void ClickFinished(object sender, EventArgs e)
        {
            // Get access to our mouse controller
            LeftDownButtonController controller = (LeftDownButtonController)MouseController;

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