_Inspector.ShowFormPage(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.
public:
void ShowFormPage(System::String ^ PageName);
public void ShowFormPage (string PageName);
Public Sub ShowFormPage (PageName As String)
Parameters
- PageName
- String
The display name of the form page, or the internal name of a form region to be shown.
Remarks
For form regions, you can use ShowFormPage 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 button.