Is there any way to remove the dotted line rectangle, which indicates the keyboard focus, on a Win32 common control, without owner draw or subclass them?
It seems that under WPF one can control the visual style of the focus rectangle, but I failed to find corresponding API on a Win32 common control.