[Solved] CS1612 Cannot modify the return vaue because it is not a variable [closed]

[ad_1]

you are trying to make assignment to CmdTest.Location. check my fix

CmdTest.Location = new Point(
    CmdTest.Location.X + 20, CmdTest.Location.Y);

1

[ad_2]

solved CS1612 Cannot modify the return vaue because it is not a variable [closed]