Frame

Inheritance Hierarchy

          IWebComponent

          IWebControl

          IWebFrame

          WebFrame

Description

The Frame component displays additional web form contents over the existing one.

Comments

To provide the component work in the design mode, in the mobj property set key of the web form, which contents will be displayed in the component. Access to web form during web form execution is allowed by the Form property. Communication with web form in the component is executed by executing commands using the SendCommand method.

The component has different properties available in the design mode and in the web form execution mode.

The component does not have events.

Example

See also:

Web Form Components