←Select platform

HideCursorWhileWorking Property

Summary

Indicates whether to hide the mouse cursor when this mode is working.

Syntax
C#
C++/CLI
public virtual bool HideCursorWhileWorking { get; set; } 
public:  
   virtual property bool HideCursorWhileWorking 
   { 
      bool get() 
      void set(bool value) 
   } 

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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.