LEADTOOLS Annotations (Leadtools.Annotations assembly)

DefaultCursor Property

Show in webframe





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:
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

See Also

Reference

AnnAutomationManager Class
AnnAutomationManager Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.