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

DoubleClick Event






An event of that triggers when the mouse is double clicked on the surface of the control.
Syntax
event EventHandler DoubleClick
'Declaration
 
Event DoubleClick As EventHandler
'Usage
 
Dim instance As IAnnAutomationControl
Dim handler As EventHandler
 
AddHandler instance.DoubleClick, handler
event EventHandler DoubleClick
add_DoubleClick(function(sender, e))
remove_DoubleClick(function(sender, e))

event EventHandler^ DoubleClick
Remarks

If your control is derived from the standard System.Windows.Forms.Control, then you do not need to implement this event (since the default System.Windows.Forms.Control.DoubleClick will be used).

Example
For an example, refer to IAnnAutomationControl.
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

IAnnAutomationControl Interface
IAnnAutomationControl Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.