BackStyle (ATL)
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have been attempting to create my first control in ATL. I have managed to get the font, backcolor, and forcolor properties to work fine. I am now trying to get the BackStyle property to work. I can statically set the property in code (OPAQUE or TRANSPARENT), but I have not been able to populate the property dropdown list with these strings. Does anyone know how to do this?