←Select platform

SelectedObjectCursor Property

Summary

Gets or sets the System.Windows.Input.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.Input.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 ControlPoint cursor's image will be used instead.

Example

For C#/VB examples, 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.Windows.Annotations Assembly