RemoveFixed() public method

Remove the fixed pressed mode.
public RemoveFixed ( ) : void
return void
コード例 #1
0
        private void ClickFinished(object sender, EventArgs e)
        {
            // Get access to our mouse controller
            LeftDownButtonController controller = (LeftDownButtonController)MouseController;

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