AccountingDistributionFormView.splitterMouseMove Method [AX 2012]
Handles the splitter mouse move event.
public int splitterMouseMove(
int _x,
int _y,
int _button,
boolean _ctrl,
boolean _shift,
FormGroupControl _splitterControl)
Run On
ClientParameters
- _x
- Type: int
The x position of the mouse pointer.
- _y
- Type: int
The y position of the mouse pointer.
- _button
- Type: int
The button selection.
- _ctrl
- Type: boolean
A Boolean value that indicates whether the Ctrl key is pressed.
- _shift
- Type: boolean
A Boolean value that indicates whether the Shift key is pressed.
- _splitterControl
- Type: FormGroupControl Class
The splitter control that raised the event.
Return Value
Type: int0 (zero) if the event has been handled; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).
Community Additions
ADD
Show: