←Select platform

OnAutomationPointerDown Method

Summary

Must be called when the pointer (mouse or touch) is pressed down or tapped on the control.

Syntax
C#
VB
C++
Java
public void OnAutomationPointerDown( 
   AnnPointerEventArgs e 
) 
Sub OnAutomationPointerDown( _ 
   ByVal e As AnnPointerEventArgs _ 
)  
void onAutomationPointerDown(AnnPointerEvent e); 
public:  
   void OnAutomationPointerDown( 
      AnnPointerEventArgs^ e 
   ) 

Parameters

e
AnnPointerEventArgs that contains the location information on the pointer event.

Remarks

OnAutomationPointerDown implementation must trigger the AutomationPointerDown event.

Requirements

Target Platforms

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

Leadtools.Annotations.Engine Assembly