- Code: Select all Expand view
- if Upper( ::ClassName() ) $ "TCHECKBOX;TRADIO;TGROUP"
// Without the above IF condition, says with border in themed apps
// on transparent dialogs with solid color background
// are not painted correctly. With each click of checkbox / radio
// border and say text are overpainted one pixel down & one pixel right
DrawPBack( ::hWnd, hDC )
//ParentImage( ::hWnd, hDC )
endif