_Inspector.HideFormPage Method
Hides a 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 HideFormPage ( _
PageName As String _
)
'Usage
Dim instance As _Inspector
Dim PageName As String
instance.HideFormPage(PageName)
[DispIdAttribute()]
void HideFormPage(
string PageName
)
Parameters
PageName
Type: System.StringThe display name of the form page, or the internal name of a form region to be hidden.
Remarks
You can use HideFormRegion to hide a form region 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 hide the form region.