Copyright © 2003-2024 MultiMedia Soft

DoubleClickEx event

Previous pageReturn to chapter overviewNext page

Remarks

Occurs when the user double-clicks one of the following components not supporting the standard DoubleClick event natively: Ctl3dPushbutton, Ctl3dCheckbox, Ctl3dRadioButton, Ctl3dCheckboxStandard, Ctl3dRadioButtonStandard , Ctl3dProgressBar and Ctl3dSplitButton; the other available components (Ctl3dLabel, Ctl3dGroupBox, Ctl3dPictureBox and Ctl3dPanel) implement the standard DoubleClick event natively.

 

Syntax

 

[Visual Basic]

Public Sub DoubleClickEx(e as EventArgs)

 

[C#]

public void DoubleClickEx(EventArgs e);

 

[C++]

public: void DoubleClickEx(EventArgs *e);