Error processing SSI file
(Leadtools.Controls)

Show in webframe

WorkingCursor Property (ImageViewerPanControl)




Cursor to use when the user is panning on the target control.
Syntax
public Cursor WorkingCursor {get; set;}
'Declaration
 
Public Property WorkingCursor As Cursor

Property Value

The 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.

Requirements

Target Platforms

See Also

Reference

ImageViewerPanControl Class
ImageViewerPanControl Members

Error processing SSI file