Indicates whether to hide the mouse cursor when this mode is working.
public virtual bool HideCursorWhileWorking { get; set; }
Public Overridable Property HideCursorWhileWorking() As Boolean
Get
Set
public:
virtual property bool HideCursorWhileWorking
{
bool get()
void set(bool value)
}
true to hide the mouse cursor while this mode is working, otherwise; false. Default value is false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET