Specifies a current bitmap status.
Namespace:
Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly:
Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.dll)
Aurigma.GraphicsMill.AjaxControls.VectorObjects.UpdateStatus = function(); Aurigma.GraphicsMill.AjaxControls.VectorObjects.UpdateStatus.createEnum('Aurigma.GraphicsMill.AjaxControls.VectorObjects.UpdateStatus', false);
Member name | Description |
---|---|
busy |
The remote scripting method is running (the bitmap state is changing). |
ready |
The remote scripting method has been completed (or was not run yet), and you can freely get return value or exception details. |
refresh |
The control updates a portion of image it displays (e.g. when user zoomed or scrolled it). The bitmap state is not changed while status is "refresh". |