←Select platform

RunCursor Property

Summary

Gets or sets the cursor used in run mode when hovering over an object.

Syntax

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

Property Value

The cursor used in run mode when hovering over an object.

Remarks

Used when UserMode is AnnUserMode.Run.

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