←Select platform

SetCursor Event

Summary
Occurs when the automation has determined that the user needs to change the cursor.
Syntax
C#
Objective-C
C++/CLI
Python
public event EventHandler<AnnCursorEventArgs> SetCursor 
- (void)automation:(LTAnnAutomation *)automation setCursor:(LTAnnCursorEventArgs *)args; 
public:  
   event EventHandler<AnnCursorEventArgs^>^ SetCursor 
def SetCursor(sender,e): # sender: AnnAutomation e: AnnCursorEventArgs 
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.
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

Help Version 22.0.2023.4.25
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.