_Inspector.SetCurrentFormPage(String) Method

Definition

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.

Applies to