Click or drag to resize

Window.ButtonDoubleClick Method

X#
Provide a method that is invoked when a check box, push button, or radio button is double-clicked.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ButtonDoubleClick(
	oControlEvent
) AS USUAL CLIPPER
Request Example View Source

Parameters

oControlEvent (Optional)
Type: Usual
The that describes which button was double-clicked.

Return Value

Type: Usual
Remarks
Tip Tip
Important! This is a callback method used by X#. Normally, it should not be called in your application code.
See Also