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

DefaultCursor Property






Gets or sets the default System.Windows.Forms.Cursor mouse pointer image used when the automation is not in any active state.
Syntax
public Cursor DefaultCursor {get; set;}
'Declaration
 
Public Property DefaultCursor As Cursor
'Usage
 
Dim instance As AnnAutomationManager
Dim value As Cursor
 
instance.DefaultCursor = value
 
value = instance.DefaultCursor
public Cursor DefaultCursor {get; set;}
 get_DefaultCursor();
set_DefaultCursor(value);
public:
property Cursor^ DefaultCursor {
   Cursor^ get();
   void set (    Cursor^ value);
}

Property Value

The System.Windows.Forms.Cursor mouse pointer image used when the automation is not in any active state and the mouse cursor is not hovering over any object. Default value is Cursors.Default.
Remarks

This mouse cursor is used none of the conditions is met to use any of these cursors:

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.