←Select platform

ControlPointCursor Property

Summary

Gets or sets the System.Windows.Forms.Cursor mouse pointer image used when the cursor is over a control point.

Syntax

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

Property Value

The System.Windows.Forms.Cursor mouse pointer image used when the cursor is over a control point.

Remarks

Used when UserMode is AnnUserMode.Design.

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