ProjResourceAvailabilityView.scheduleClicked Method [AX 2012]

Schedule clicked.

protected int scheduleClicked(
    int _x, 
    int _y, 
    int _button, 
    boolean _ctrl, 
    boolean _shift, 
    FormControl control)

Run On

Called

Parameters

_x
Type: int
X.
_y
Type: int
Y.
_button
Type: int
Button.
_ctrl
Type: boolean
Ctrl key.
_shift
Type: boolean
Shift key.
control
Type: FormControl Class
Control.

Return Value

Type: int
true if control is clicked.

Community Additions

ADD
Show: