Programmatically manipulate form regions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I can expand or collapse an adjoining form region manually. Can I do this
programmatically?

I can switch back and forth between the main item and a custom form region
by clicking buttons in the Show group on the Ribbon. Can I do this
programatically?
 
Robert said:
I can expand or collapse an adjoining form region manually. Can I do this
programmatically?

No, that's not possible.
I can switch back and forth between the main item and a custom form region
by clicking buttons in the Show group on the Ribbon. Can I do this
programatically?

For separate, replace, and replaceall regions, take a look at the Inspector.SetCurrentFormPage method.

--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003

and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
 
Back
Top