PrintMgmtSetupUICtrl.eventTreeItemKeyDown Method [AX 2012]

Handles the key down event for the tree view of the PrintMgmtSetupUIMain class.

public boolean eventTreeItemKeyDown(
    int _vKey, 
    boolean _ctrl, 
    boolean _shift, 
    boolean _alt)

Run On

Called

Parameters

_vKey
Type: int
_ctrl
Type: boolean
_shift
Type: boolean
_alt
Type: boolean

Return Value

Type: boolean
true if the key pressed was handled; otherwise, false.

Only two keys are of interest: move up and move down.

The move up operation is invoked by pressing Ctrl-U, and move down by pressing Ctrl-J.

Community Additions

ADD
Show: