FormRegion Object Members

Outlook Developer Reference

Represents a form region in an Outlook form.

Methods

  Name Description
Bb176675.methods(en-us,office.12).gif Reflow Causes Outlook to recalculate the layout of the form region and reposition it accordingly.
Bb176675.methods(en-us,office.12).gif Select Makes the form region the active form region such that it becomes visible.
Bb176675.methods(en-us,office.12).gif SetControlItemProperty Binds an explicit built-in property or a custom property to a control in the form region.

Properties

  Name Description
Bb176675.properties(en-us,office.12).gif Application Returns an Application object that represents the parent Outlook application for the object. Read-only.
Bb176675.properties(en-us,office.12).gif Class Returns an OlObjectClass constant indicating the object's class. Read-only.
Bb176675.properties(en-us,office.12).gif Detail Returns or sets a String representing the text displayed at runtime in the header after the display name of an adjoining form region. Read-write.
Bb176675.properties(en-us,office.12).gif DisplayName Returns a String representing the display name of the form region. Read-only.
Bb176675.properties(en-us,office.12).gif EnableAutoLayout Returns or sets a Boolean that specifies whether to use the automatic layout resizing feature when designing form regions in the forms designer. Read/write
Bb176675.properties(en-us,office.12).gif Form Returns an Object representing the MSForms.UserForm object. Read-only.
Bb176675.properties(en-us,office.12).gif FormRegionMode Returns an OlFormRegionMode constant that indicates whether the form region is in a read page, compose page, or Reading Pane. Read-only.
Bb176675.properties(en-us,office.12).gif Inspector Returns an Inspector object representing the Inspector that hosts the form region. Read-only.
Bb176675.properties(en-us,office.12).gif InternalName Returns a String that represents the internal programmatic name of the form region as defined in the manifest for the form region. Read-only.
Bb176675.properties(en-us,office.12).gif IsExpanded Returns a Boolean that indicates if the form region is expanded. Read-only.
Bb176675.properties(en-us,office.12).gif Item Returns an Object corresponding to the Outlook item bound to the form region. Read-only.
Bb176675.properties(en-us,office.12).gif Language Returns a Long that indicates the LCID for the current language. Read-only.
Bb176675.properties(en-us,office.12).gif Parent Returns the parent Object of the form region. Read-only.
Bb176675.properties(en-us,office.12).gif Session Returns the NameSpace object for the current session. Read-only.
Bb176675.properties(en-us,office.12).gif SuppressControlReplacement Returns or sets a Boolean that disables Outlook from automatically replacing a Forms 2.0 control by a themed Outlook control at design time and runtime. Read/write.

Events

  Name Description
Bb176675.events(en-us,office.12).gif Close Represents the closing of the frame for a form region, which occurs just before the Close event of the Inspector associated with the Outlook item.
Bb176675.events(en-us,office.12).gif Expanded Occurs when the form region expands or collapses