AccountingDistributionFormView.splitterMouseUp Method [AX 2012]

Handles the splitter mouse up event.

public int splitterMouseUp(
    int _x, 
    int _y, 
    int _button, 
    boolean _ctrl, 
    boolean _shift, 
    FormGroupControl _splitterControl)

Run On

Client

Parameters

_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: int
0 (zero) if the event has been handled; otherwise, nullNothingnullptrunita null reference (Nothing in Visual Basic).

Community Additions

ADD
Show: