Window.ButtonDoubleClick Method (Typed) | |
Provide a method that is invoked when a check box, push button, or radio button is double-clicked.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD ButtonDoubleClick(
oControlEvent AS ControlEvent
) AS USUAL
public virtual Usual ButtonDoubleClick(
ControlEvent oControlEvent
)
Request Example
View SourceParameters
- oControlEvent
- Type: ControlEvent
The that describes which button was double-clicked.
Return Value
Type:
UsualRemarks Tip |
---|
Important! This is a callback method used by X#.
Normally, it should not be called in your application code.
|
See Also