OnDblClick Event

[Top]  [Chapter]  [Previous]  [Next]

Member of WPDLLInt

Declaration C#

DblClick(EventArgs e)

Here the standard event is used. You can cast e to wpEventArgs which contains the property Editor.

 

Declaration OCX

OnDblClick(ByVal Editor As Long, Handled As Boolean)

 

This event procedure is called after the user clicked twice. You can set the variable Handled to true to skip the default code.


[idh_wpdllint_ondblclick.htm]    Copyright © 2007 by WPCubed GmbH