I was wondering if the following could be added to the dcpushbuttonxp class. I'm testing with a font with icons, and this is working very well. I know there can be a caption array, but this means that I have to change a lot in my code.
If the following could be added to the dcpushbuttonXP class, this would make it a lot easier.
Code: Select all
@ 30,0 DCPUSHBUTTONXP notabstop ;
SIZE 76, 35 ;
CAPTION 'F1' ;
BITMAPFONT 'A' ;
ALIGN 4 ;
OFFSET 3 ;
FONT '12.MyIconFont" ;
PARENT ... ;