FormFastTabHeaderControl.mouseEnter Method

Definition

Is called when the user moves the mouse pointer into the control area.

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

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.

Applies to