Hello,
How can i change the font-size of a contect menu?
DCSUBMENU oContext PROMPT "Opties"
DCMENUITEM "Annuleren" PARENT oContext GROUP "CMENU" ACTION bActionAnnuleren
I tryed to add PRESENTATION parameters, i find no constant for the menu font in XBP.CH.
Suggestions are welcome.
Regards,
Jack Duijf
How to ... DCMENUITEM
How to ... DCMENUITEM
Regards,
Jack Duijf
Jack Duijf
Re: How to ... DCMENUITEM
Hello All,
Just found it myself.....
DCSUBMENU oContext PROMPT "Opties"
DCMENUITEM "Annuleren" PARENT oContext GROUP "CMENU" ACTION bActionAnnuleren OWNERDRAW ITEMFONT "16.Arial"
Did the trick
Jack Duijf
Just found it myself.....
DCSUBMENU oContext PROMPT "Opties"
DCMENUITEM "Annuleren" PARENT oContext GROUP "CMENU" ACTION bActionAnnuleren OWNERDRAW ITEMFONT "16.Arial"
Did the trick
Jack Duijf
Regards,
Jack Duijf
Jack Duijf