(Leadtools.Annotations.Automation)

SetCursor Event

Show in webframe




Occurs when the automation has determine that the user needs to change the cursor.
Syntax
public event EventHandler<AnnCursorEventArgs> SetCursor
public event EventHandler<AnnCursorEventArgs> SetCursor
OSX Only:
-(void) automation:(LTAnnAutomation*) automation setCursor:(LTAnnCursorEventArgs*) e;
            

            
add_SetCursor(function(sender, e))
remove_SetCursor(function(sender, e))

Event Data

The event handler receives an argument of type AnnCursorEventArgs containing data related to this event. The following AnnCursorEventArgs properties provide information specific to this event.

PropertyDescription
DesignerType Gets the designer type.
Id Gets the id of the current AnnAutomationObject.
IsRotateCenter Gets a value that indicate whether the cursor is on the rotate center.
IsRotateGripper Gets a value that indicate whether the cursor is on the rotate gripper.
ThumbIndex Gets the 0-based thumb index.
Remarks

This event occur when the user moves the mouse around on top of this AnnAutomation surface. The event data will let the user know what type of cursor (if any) must be applied.

Requirements

Target Platforms

See Also

Reference

AnnAutomation Class
AnnAutomation Members

 

 


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