GxImage: DblClick |
Occurs when the user presses and releases a mouse button and then presses and releases it again over an object.
Event DblClick ( )
[Visual Basic] Event DblClick()
[Delphi] procedure DblClick(Sender: TObject);
[C++] void OnDblClick();
[Delphi] The Sender parameter indicates which component received the event and therefore called the handler.
Class GxImage Overview GxImage Properties GxImage Methods CreateImage DrawLine