←Select platform

SelectedObjectCursor Property

Summary

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

Syntax

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

Property Value

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

Remarks

Used when UserMode is AnnUserMode.Design

If the cursor is over a control point the ControlPointCursor image will be used instead.

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