IApplicationIsBusyWithModal Property |
Is SOCRM busy showing a modal dialog
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxbool IsBusyWithModal { get; }
ReadOnly Property IsBusyWithModal As Boolean
Get
Dim instance As IApplication
Dim value As Boolean
value = instance.IsBusyWithModal
property bool IsBusyWithModal {
bool get ();
}
Property Value
Type:
Boolean
See Also