MinimumSize Property Of ADXOlForm Object

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

MinimumSize Property Of ADXOlForm Object
 
Calvin Nguyen




Posts: 15
Joined: 2006-09-29

Hi,

I am using ADX X to place an ADXOlForm in my inspector window. Unfortunately the MinimumSize property I set seems to be ignored. The inspector can be resized to something much smaller.

I've also tried setting minimum sizes for the form's various components to no avail. Is there a way to get Outlook's inspector to not allow itself to be resized in a way that would violate the MinimumSize property of my form?

Thanks a lot,

Calvin
Posted 04 Dec, 2006 18:49:21 Top
Fedor Shihantsov


Guest


Hi Calvin,

Thank you for the interesting questions.

To change the form size you use the ADXOlForm.ADXBeforeFormShow event
and change Width and Heigh property.
But you can not control size of Outlook's inspector.
We will consider this idea.

As to resizing ADXOlForm, please see the following link
http://www.add-in-express.com/forum/read.php?FID=5&TID=1592&MID=7382&phrase_id=323801#message7382
Posted 05 Dec, 2006 13:51:36 Top