LEADTOOLS JavaScript (Leadtools.Controls)
LEAD Technologies, Inc

WorkingCursor Property


Gets or sets the mouse cursor to use for the working state of this ImageViewerInteractiveMode
Syntax
  get_workingCursor();
 set_workingCursor(value);
!MISSING Scrap '_RTJavaScript_PROPERTY_SYNTAX'!

Property Value

TypeDescription
stringThe mouse cursor to use for the working state of this ImageViewerInteractiveMode. The default value is null.
Remarks

IdleCursor and WorkingCursor are only used when this ImageViewerInteractiveMode is attached to the left mouse button. It will not be used if this mode is attached to any other button or to touch. Mouse cursors are only supported by desktop browsers.

The values are standard HTML cursor strings. You can use a value like "crosshair" or "move". They will be set into the CSS style.cursor property of the HTML element. A value of null, means do not change the cursor.

The cursors are set into the ImageViewer main div (ImageViewer.DivId) and foreground canvas (ImageViewer.CanvasId) elements when this interactive mode is assigned to the left mouse button. Also, the cursors will be set in any elements added by the user to the InteractiveService.UserElements collection.

IdleCursor will be set when the the interactive mode is started (after Start is called) and remove when the mode is stopped (when Stop is called).

WorkingCursor will be set when the interactive mode is working (when OnWorkStarted is called) and removed (or set back to idle) when the interactive mode has stopped working (when OnWorkCompleted) is called).

These cursors can be used to provide visual clue into the current interactive mode operations. For instance, when using the ImageViewerPanZoomInteractiveMode interactive mode, you can set the IdleCursor to "crosshair" and the WorkingCursor to "move".

Example

For an example, refer to IdleCursor.

See Also

Reference

ImageViewerInteractiveMode Object
ImageViewerInteractiveMode Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.