Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Controls)

WorkingCursor Property (ImageViewerPanControl)

Show in webframe
Cursor to use when the user is panning on the target control.
Syntax
get_workingCursor();
set_workingCursor(value);
Object.defineProperty('workingCursor');

Property Value

TypeDescription
stringThe cursor to use when the user is panning on the target control. Default value is null.
Remarks

This value is used only when EnablePan is set to true.

When the user is not panning on the target control, the default cursor of Control will be used and this object will not change it.

When the user is panning on the target control and the value of WorkingCursor is not null, then the original cursor value is saved and replaced by WorkingCursor. When the user finishes panning, the original cursor value is set back in Control.

Example

For an example, refer to ImageViewerPanControl.

See Also

Reference

ImageViewerPanControl Object
ImageViewerPanControl Members

Error processing SSI file