Click to See Complete Forum and Search --> : COM Addins


bcyde
January 27th, 2000, 06:42 PM
I was wondering where I can get a list of the types (and names) of the common toolbar buttons so that for my addin I can specify the icon or button type to use. For example the following line of code sets the button to look like the "Send" button from outlook, but how or where can I find the names of the other buttons.

set oSendButton = oBar.FindControl(Type:=msoControlButton, Id:=oBar.Controls("Send").Id)



Any advice or suggestions are welcome.
Thanks in advance