Outlook Programming using c#

  • Thread starter Thread starter sanjeev singh
  • Start date Start date
S

sanjeev singh

i have a command bar combobox and commandbarbutton i want to access the
commandbarcombobox text by clicking the comandbarbutton.PLZ suggest.

sanjeev
 
Hi,

A general approach would be to subscribe to the commandbutton's click event
(or react on the corresponding add-in command), get hold of the reference to
the CommandBarComboText (I'd even store this reference somewhere after the
instance has been created), and there should be a property returning the
combo text.

Your question, however, is most likely related neither to C# nor to .NET
Framework. You should re-post it in an Office automation newsgroup to be
answered by experts in this area.
 

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