IWebOpenContext

Assembly: WebForms;

Description

The IWebOpenContext interface is used to set up context of object opening from web form.

Inheritance Hierarchy

IWebOpenContext

Comments

To get object opening context, initialize object of the WebOpenContext class.

Properties

  Property name Brief description
CurrentTab The CurrentTab property determines whether an object opens in a new browser tab.
Edit The Edit property determines whether an object opens for edit.
ParamValues The ParamValues property determines parameter values, with which an object opens.

See also:

WebForms Assembly Interfaces