_FormRegion.Reflow Method
Causes Outlook to recalculate the height of an adjoining form region to display all the visible controls in the form region.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub Reflow
'Usage
Dim instance As _FormRegion
instance.Reflow()
[DispIdAttribute()]
void Reflow()
Remarks
The Reflow method only applies to adjoining form regions. No action occurs for separate form regions.