StatusCursor Property

Summary

Gets or sets the status cursor.

Syntax
C#
VB
C++
public Cursor StatusCursor { get; set; } 
  
Public Property StatusCursor As Cursor 
public: 
property Cursor^ StatusCursor { 
   Cursor^ get(); 
   void set (    Cursor^ ); 
} 

Property Value

Cursor to display as status between multiple captures. Default is nullptr.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

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

Leadtools.ScreenCapture Assembly