_Inspector.NewFormRegion Method

Definition

Opens a new page in design mode in the inspector for a new form region.

public:
 System::Object ^ NewFormRegion();
public object NewFormRegion ();
Public Function NewFormRegion () As Object

Returns

An Object that represents the page displaying the form region in the inspector.

Remarks

If the inspector is not already in design mode, NewFormRegion will put it in design mode.

This method only opens a page for a new form region in design mode. This method is not intended for creating a form region at runtime.

Applies to