_Inspector.NewFormRegion Method

Opens a new page in design mode in the inspector for a new form region.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Function NewFormRegion As Object
'Usage
Dim instance As _Inspector
Dim returnValue As Object

returnValue = instance.NewFormRegion()
Object NewFormRegion()

Return Value

Type: System.Object
An Object that represents the page displaying the form region in the inspector.

Remarks

If the inspector is not already in design mode, NewFormRegion will put it in design mode.

This method only opens a page for a new form region in design mode. This method is not intended for creating a form region at runtime.

See Also

Reference

_Inspector Interface

_Inspector Members

Microsoft.Office.Interop.Outlook Namespace