I am trying to mimic a standard button by drawing my own owner drawn button. When a standard button is in focus, the focus rectangle is black and is every other pixel. I'm not sure this can be changed in a standard button. In my owner drawn button, I changed the text color to Orange, but the focus rectangle (DrawFocusRect) is blue and is every pixel. It there a way to change that to black and every other pixel like the standard focus rectangle? I can't find any structures that deal with that. Any help here? Thanks.