ISoContextCurrentSubModeName Property |
The name of the current tab on the main card: main, udef, info, etc.
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring CurrentSubModeName { get; }
ReadOnly Property CurrentSubModeName As String
Get
Dim instance As ISoContext
Dim value As String
value = instance.CurrentSubModeName
property String^ CurrentSubModeName {
String^ get ();
}
Property Value
Type:
String
See Also