Assembly: WebForms;
The IWebOpenContext interface is used to set up context of object opening from web form.
IWebOpenContext
To get object opening context, initialize object of the WebOpenContext class.
| 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: