| Visual Basic (Declaration) | |
|---|---|
Public Property RunCursor As Cursor | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnAutomationManager Dim value As Cursor instance.RunCursor = value value = instance.RunCursor | |
| C# | |
|---|---|
public Cursor RunCursor {get; set;} | |
Property Value
The cursor used in run mode when hovering over an object.For an example, refer to SelectObjectCursor.
Used when UserMode is AnnUserMode.Run.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code