_Inspector.ShowFormPage Method
Displays a button in the Show group of the Microsoft Office Fluent ribbon for the inspector, clicking which will show the page or form region specified by PageName.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub ShowFormPage ( _
PageName As String _
)
'Usage
Dim instance As _Inspector
Dim PageName As String
instance.ShowFormPage(PageName)
[DispIdAttribute()]
void ShowFormPage(
string PageName
)
Parameters
PageName
Type: System.StringThe display name of the form page, or the internal name of a form region to be shown.
Remarks
For form regions, you can use ShowFormRegion to display the button by specifying the InternalName property of the form region, if the form region is an adjoining or separate form region. Only the add-in that implements the form region can use ShowFormRegion to display the form region.