AccountingDistributionFormView.splitterMouseDown Method [AX 2012]
Handles the splitter mouse down event.
public int splitterMouseDown(
int _x,
int _y,
int _button,
boolean _ctrl,
boolean _shift,
FormGroupControl _splitterControl)
Run On
ClientParameters
- _x
- Type: int
The x position of the pointer.
- _y
- Type: int
The y position of the pointer.
- _button
- Type: int
The button selection.
- _ctrl
- Type: boolean
true if the Ctrl key is pressed; otherwise, false.
- _shift
- Type: boolean
true if the Shift key is pressed; otherwise, false.
- _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: