Error processing SSI file
(Leadtools.Controls)

Show in webframe

HideCursorWhileWorking Property




Indicates whether to hide the mouse cursor when this mode is working.
Syntax
public virtual bool HideCursorWhileWorking {get; set;}
'Declaration
 
Public Overridable Property HideCursorWhileWorking As Boolean

Property Value

true to hide the mouse cursor while this mode is working, otherwise; false. Default value is false.
Remarks

WorkingCursor and IdleCursor can be used to set a custom mouse cursor when the viewer is in an idle state or is working. For modes (such as ImageViewerMagnifyGlassInteractiveMode), it is desirable to hide the mouse cursor completely when the mode is working to offer more details for the user. Use HideCursorWhileWorking to perform this action.

Requirements

Target Platforms

See Also

Reference

ImageViewerInteractiveMode Class
ImageViewerInteractiveMode Members

Error processing SSI file