SOApplicationClassIsBusyWithModal Property |
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxpublic virtual bool IsBusyWithModal { get; }
Public Overridable ReadOnly Property IsBusyWithModal As Boolean
Get
Dim instance As SOApplicationClass
Dim value As Boolean
value = instance.IsBusyWithModal
public:
virtual property bool IsBusyWithModal {
bool get ();
}
Property Value
Type:
BooleanImplements
IApplicationIsBusyWithModal
See Also