IApplicationContext Property |
The state of the user-interface. What panel is currently visible in the SOCRM window.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxISoContext Context { get; }
ReadOnly Property Context As ISoContext
Get
Dim instance As IApplication
Dim value As ISoContext
value = instance.Context
property ISoContext^ Context {
ISoContext^ get ();
}
Property Value
Type:
ISoContext
See Also