M
Michael Hlavinka
How do you assign a picture for a CommandBarPopup. I
know how to make the assignment for a CommandBarButton
but not a CommandBarPopup.
I have a toolbar in which I'm adding a control for a
custom action of type msoControlPopup. I can
successfully add the popup to the toolbar and command bar
buttons to the popup. However, I'd like to assign a
picture to the popup on the toolbar rather than having
the caption text displayed due to its length.
A CommandBarPopup apparently is not a CommandBarButton
because a QI fails. This prevents the Picture property
of the CommandBarButton from being used.
How can this be done?
Thanks,
Michael
know how to make the assignment for a CommandBarButton
but not a CommandBarPopup.
I have a toolbar in which I'm adding a control for a
custom action of type msoControlPopup. I can
successfully add the popup to the toolbar and command bar
buttons to the popup. However, I'd like to assign a
picture to the popup on the toolbar rather than having
the caption text displayed due to its length.
A CommandBarPopup apparently is not a CommandBarButton
because a QI fails. This prevents the Picture property
of the CommandBarButton from being used.
How can this be done?
Thanks,
Michael