IApplicationSetContext Method |
Change the state of the user interface. Deprecated. Prefer the Context object instead.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid SetContext(
int Identity,
SOContexts MainContext,
SOSubContexts SubContext = SOSubContexts.enSubCtxNoChange
)
Sub SetContext (
Identity As Integer,
MainContext As SOContexts,
Optional SubContext As SOSubContexts = SOSubContexts.enSubCtxNoChange
)
Dim instance As IApplication
Dim Identity As Integer
Dim MainContext As SOContexts
Dim SubContext As SOSubContexts
instance.SetContext(Identity, MainContext,
SubContext)
void SetContext(
[InAttribute] int Identity,
[InAttribute] SOContexts MainContext,
[InAttribute] SOSubContexts SubContext = SOSubContexts::enSubCtxNoChange
)
Parameters
- Identity
- Type: SystemInt32
- MainContext
- Type: SuperOffice.COM.ApplicationSOContexts
- SubContext (Optional)
- Type: SuperOffice.COM.ApplicationSOSubContexts
See Also