Click or drag to resize

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
Syntax
void SetContext(
	int Identity,
	SOContexts MainContext,
	SOSubContexts SubContext = SOSubContexts.enSubCtxNoChange
)

Parameters

Identity
Type: SystemInt32
MainContext
Type: SuperOffice.COM.ApplicationSOContexts
SubContext (Optional)
Type: SuperOffice.COM.ApplicationSOSubContexts
See Also