Highlight Icon

V

Vinay Kodam

Hi all,

I want to implement the Highlight Icon and Font color functionality of the
MS-WORD in my application.

I have set the STYLE property of my toolbarbutton to DROPDOWNBUTTON, due to
which I get the down arrow next to the toolbarbutton.

But i don't know how to get the COLOR PALETTE, which we get when we click on
the down arrow or move the mouse over the above mentioned icons.

Please help....

Thanks and Regards

Vinay
 
P

Peter Proost

Hi

'This gives a color picker
dim colorobj as new colordialog
colorobj.showdialog

You can also attach a menu to a dropdownbutton on a toolbar, so you can make
a menu with different menuitems like red,green,blue and see if this is ok
for you.

hth Peter
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top