Do not show preview of panel if it's collapsed

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

Do not show preview of panel if it's collapsed
 
Andriy


Guest


Sometimes our users work with collapsed panel. If user clicks on panel header (where icon and name of add-in displayed): he will see preview of our panel - can we disable this functionality?

Best regards.
Posted 27 Sep, 2019 04:52:12 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hello Andriy,

I suppose you look for ADXOlFormsCollectionItem.RestoreFromMinimizedState = true. Correct?

//
// Summary:
// Returns or sets a Boolean value specifying the display of the form created by
// the current ADXOlFormsCollectionItem when the region is reduced to the size of
// the form caption (i.e. when it is in the minimized state) and the user clicks
// on the form caption. If the value is true, the region will be restored to the
// normal state. If the value is false, the form will pop up overlaying the adjoining
// part of the Outlook window, in which the form is embedded.


Andrei Smolin
Add-in Express Team Leader
Posted 27 Sep, 2019 05:05:25 Top