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


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

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

1

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