←Select platform

DefaultCursor Property

Summary

Gets or sets the default System.Windows.Forms.Cursor mouse pointer image used when the automation is not in any active state.

Syntax

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

Property Value

The System.Windows.Forms.Cursor mouse pointer image used when the automation is not in any active state and the mouse cursor is not hovering over any object. Default value is Cursors.Default.

Example

For an example, refer to SelectObjectCursor.

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.Annotations Assembly