StoppableIsShuttingDown Property |
Checks if the control is already shutting down.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic bool IsShuttingDown { get; }
Public ReadOnly Property IsShuttingDown As Boolean
Get
public:
property bool IsShuttingDown {
bool get ();
}
Property Value
Type:
Boolean
See Also