Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding checked sign to a toolbar

Status
Not open for further replies.

yfatg1

Programmer
Oct 29, 2003
3
IL
hello,

Im trying to add a checked sign to a toolbar with drop down menu.
i want to add that sign ( not icon ) to the menu that is being open from the toolbar.

i saw alot of answer how to add images and icons ( usually the answer were to a menu ),
but this is only for the menu being open from a toolbar.

thanks.
 
use the .checked property of the toolbar name. For example if your menu has a new file option, named File_New then simply use File_New.checked=true.

You then need to use the File_New_click sub to either put the checked or remove the sign.

Good luck

BB
 
the button that is dropping from the toolbar doesn't have any checked property.
 
Is the item dropping from the toolbar a standard drop down menu? Have you created it using the menu editor on the form?

If not, then I'm not quite sure what type of menu button you have. Can you give another description please.

BB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top