ISoContextCurrentPanelName Property |
The name of the current panel: contact, project, sale, diary, etc
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxstring CurrentPanelName { get; }
ReadOnly Property CurrentPanelName As String
Get
Dim instance As ISoContext
Dim value As String
value = instance.CurrentPanelName
property String^ CurrentPanelName {
String^ get ();
}
Property Value
Type:
String
See Also