←Select platform

HideCursorWhileWorking Property

Summary

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

Syntax

C#
VB
C++
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) 
   } 

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.WinForms Assembly