Christopher Gnanaseelan
Posts: 3
Joined: 2006-11-21
|
How do I customize the caption and tooltip text of a command button on an inspector form when the form is opened?
|
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Christopher.
You can change the Caption and TooltipText properties of the button in the InspectorActivate event handler. Please use the 'Add Events' option of the addinmodule context menu to add the ADXOutlookAppEvents component.
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found. |
|