_Inspector.SetCurrentFormPage Method

Displays the specified form page or form region in the inspector.

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

Syntax

'Declaration
<DispIdAttribute()> _
Sub SetCurrentFormPage ( _
    PageName As String _
)
'Usage
Dim instance As _Inspector
Dim PageName As String

instance.SetCurrentFormPage(PageName)
[DispIdAttribute()]
void SetCurrentFormPage(
    string PageName
)

Parameters

  • PageName
    Type: System.String

    The display name of the form page, or the internal name of the form region.

Remarks

You can use SetCurrentFormPage to display a form region by specifying the InternalName property of the form region, if the form region is an a separate, replace, or replace-all form region.

See Also

Reference

_Inspector Interface

_Inspector Members

Microsoft.Office.Interop.Outlook Namespace