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.
 
Back
Top