Share via


FormInt64Control.mouseDown(Int32, Int32, Int32, Boolean, Boolean) Method

Definition

public:
 override int mouseDown(int _x, int _y, int _button, bool _Ctrl, bool _Shift);
public override int mouseDown (int _x, int _y, int _button, bool _Ctrl, bool _Shift);
override this.mouseDown : int * int * int * bool * bool -> int
Public Overrides Function mouseDown (_x As Integer, _y As Integer, _button As Integer, _Ctrl As Boolean, _Shift As Boolean) As Integer

Parameters

_x
Int32
_y
Int32
_button
Int32
_Ctrl
Boolean
_Shift
Boolean

Returns

Applies to