How to ... DCMENUITEM

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
jdsoft
Posts: 116
Joined: Thu Jan 28, 2010 1:13 pm
Location: Overberg
Contact:

How to ... DCMENUITEM

#1 Post by jdsoft »

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
Regards,
Jack Duijf

User avatar
jdsoft
Posts: 116
Joined: Thu Jan 28, 2010 1:13 pm
Location: Overberg
Contact:

Re: How to ... DCMENUITEM

#2 Post by jdsoft »

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
Regards,
Jack Duijf

Post Reply