For some reason, when I set the Enabled property on cmdPlay to False (it's a graphical command button), the play icon I used turns into a Stop icon. Same happens when I set cmdPause.Enabled to False, only it happens with the Pause icon. When I set their Enabled properties to True, they return to normal. What's wrong?

NOTE: This happens at runtime, not design time. And I don't add the code in, I just set their settings manually from the IDE.