←Select platform

DrawCursor Property

Summary

Gets or sets the draw designer mouse cursor of this AnnAutomationObject.

Syntax

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

Property Value

The draw designer mouse System.Windows.Forms.Cursor of this AnnAutomationObject.

Remarks

The draw designer mouse cursor is displayed in design mode when drawing a new annotation object associated with this AnnAutomationObject.

Example

For an example, refer to AnnAutomationManager.

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