The "Setbkcolor" API call sets the back color of an object with the hwnd/hdc property like this

Call Setbkcolor(command1.hwnd, RGB(34,54,123))

This does not work. It does not change the color of my command button.

Does anybody know why its not changing the color of my command button