Share via


FormIntControl.mouseDblClick(Int32, Int32, Int32, Boolean, Boolean) Method

Definition

Is called when the control is double-clicked by the user.

public override int mouseDblClick(int _x, int _y, int _button, bool _Ctrl, bool _Shift);

Parameters

_x
Int32

A Boolean value that indicates whether the SHIFT key is down.

_y
Int32

A Boolean value that indicates whether the SHIFT key is down.

_button
Int32

A Boolean value that indicates whether the SHIFT key is down.

_Ctrl
Boolean

A Boolean value that indicates whether the SHIFT key is down.

_Shift
Boolean

A Boolean value that indicates whether the SHIFT key is down.

Returns

0 (zero) if the event has been handled.

Remarks

Typically, when this method is overridden, the return value from a call to the super method is returned.

Applies to