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