IWebFormComponent.Parent

Syntax

Parent: IWebForm;

Description

The Parent property returns the parent web form, from which the current web form was opened.

Comments

The property value will be available if the current web form was opened modally from other web form using the IWebForm.ShowModal method. The property returns Null for other web forms.

See also:

IWebFormComponent