LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

RunCursor Property






Gets or sets the cursor used in run mode when hovering over an object.
Syntax
public Cursor RunCursor {get; set;}
'Declaration
 
Public Property RunCursor As Cursor
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Cursor
 
instance.RunCursor = value
 
value = instance.RunCursor
public Cursor RunCursor {get; set;}
 get_RunCursor();
set_RunCursor(value);
public:
property Cursor^ RunCursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.