OnDblClick

CNi

Function Group
OnDblClick() Functions    Prev page: OnCWBindingStatusUpdatedNext page: OnKeyDown    
Function Declared in:
NiKnobEvents.h

'Declaration' icon -- Shortcut to top of page. Declaration

void OnDblClick();

'Description' icon -- Shortcut to top of page. Description

Generated when you double-click the mouse on the control.

Note: Double-clicking on a control generates a Click event for the first click and a DblClick event for the second click.

'See Also' icon -- Shortcut to top of page. See Also

Shortcut to top of page. Example

void OnDblClick() {
   // Your event code here.
}