Tag Value of a Tool Bar Button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In a tool bar click event procedure, how do I access the tag value of a tool
bar button to determine which button has been clicked. I know how to access
the index value to identify the button but I want to use the tag value
instead.
 
Bob <[email protected]>'s wild thoughts were
released on Wed, 22 Sep 2004 11:23:03 -0700 bearing the
following fruit:
In a tool bar click event procedure, how do I access the tag value of a tool
bar button to determine which button has been clicked. I know how to access
the index value to identify the button but I want to use the tag value
instead.

Why not use the button click event?

Then take a look at e.Button



Jan Hyde (VB MVP)

--
Whenever I watch TV and see those poor starving kids all over the world,
I can't help but cry. I mean I'd love to be skinny like that but not
with all those flies and death and stuff. (Mariah Carey)

[Abolish the TV License - http://www.tvlicensing.biz/]
 

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

Back
Top