_Inspector.SetCurrentFormPage(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 the specified form page or form region in the inspector.
public:
void SetCurrentFormPage(System::String ^ PageName);
public void SetCurrentFormPage (string PageName);
Public Sub SetCurrentFormPage (PageName As String)
Parameters
- PageName
- 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.