What's OlItemTypeAction for?

Add-in Express™ Support Service
That's what is more important than anything else

What's OlItemTypeAction for?
 
David Ing




Posts: 39
Joined: 2007-02-16
In an adxCommandBarAdvancedControl the property OlItemTypeAction has the following enum values:

adxOlActionNone = 0, (default)
adxOlActionShow = 1,
adxOlActionEnable = 2

What's this property used for? It looks like something to tweak the enable/show the control at run-time, although I'd like to be sure before using it.

PS Where's the best place/doc to look this kind of stuff up, there's a couple of these properties and a quick search through the docs didn't turn anything up?

Thanks!
Posted 22 Feb, 2007 12:05:19 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi David.

This property works together with the OlExplorerItemTypes and OlInspectorItemTypes properties. It allows you to control the behaviour of your control when you switch between different types of Outlook explorers and inspectors:
adxOlActionShow - the control will be shown or hided depends on the current type of Outlook explorer or inspector.

adxOlActionEnable - the control will be enabled or disabled depends on the current type of Outlook explorer or inspector.


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.
Posted 22 Feb, 2007 16:39:13 Top