S
Scev
This seems like it should be easy to do, but I'm not sure how. I have a
custom RibbonX app written in C# .Net for Outlook, I've been able to add
buttons and handle the click events etc. BUT what I need to do is get a
handle to a control on the ribbon other than the control the raised the event.
Specifically when in the Callback for a button click event I want to get a
handle to a textbox control to get and update the content of that textbox
control in the ribbon. In the same thought, when a user clicks send to send
an email I need to gain a handle to that same textbox control to read the
text value that is in the control. I was looking for a getControl (ID) type
of a call but I’m not sure if that exists and if it does that object I would
call it from.
Any help would be GREAT! I’m not finding a lot of helpful resources on the
..Net regarding stuff like this.
custom RibbonX app written in C# .Net for Outlook, I've been able to add
buttons and handle the click events etc. BUT what I need to do is get a
handle to a control on the ribbon other than the control the raised the event.
Specifically when in the Callback for a button click event I want to get a
handle to a textbox control to get and update the content of that textbox
control in the ribbon. In the same thought, when a user clicks send to send
an email I need to gain a handle to that same textbox control to read the
text value that is in the control. I was looking for a getControl (ID) type
of a call but I’m not sure if that exists and if it does that object I would
call it from.
Any help would be GREAT! I’m not finding a lot of helpful resources on the
..Net regarding stuff like this.