ISoContextCurrentSubMode Property |
The active tab currently shown in the main panel the GUI
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxSOSubContexts CurrentSubMode { get; set; }
Property CurrentSubMode As SOSubContexts
Get
Set
Dim instance As ISoContext
Dim value As SOSubContexts
value = instance.CurrentSubMode
instance.CurrentSubMode = value
property SOSubContexts CurrentSubMode {
SOSubContexts get ();
void set (SOSubContexts value);
}
Property Value
Type:
SOSubContexts
See Also