ISoContextEditMode Property |
EditMode for current panel
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool EditMode { get; set; }
Property EditMode As Boolean
Get
Set
Dim instance As ISoContext
Dim value As Boolean
value = instance.EditMode
instance.EditMode = value
property bool EditMode {
bool get ();
void set (bool value);
}
Property Value
Type:
Boolean
See Also