![]() |

| Function |
Declared in: NiNumEditEvents.h |
Declaration
void OnDblClick();
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
Example
void OnDblClick() {
// Your event code here.
}

