←Select platform

Cursor Property

Summary

Gets or sets the cursor to be used in the control.

Syntax

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

Property Value

A Cursor that specifies the cursor to be used in the control.

Remarks

The automation will use many different cursors depending on current operation (drawing new annotations, moving existing annotations, etc). If your control is derived from the standard System.Windows.Forms.Control, then you do not need to implement this property (since the default System.Windows.Forms.Control.Cursor will be used).

Example

For an example, refer to IAnnAutomationControl.

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