Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.StringThe 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.