PCRuntimeComponentTree.isItemOnSelectedPath Method [AX 2012]

Determines whether the item to be drawn is on the path of the selected node.

protected boolean isItemOnSelectedPath(ListEnumerator _pathEnumerator, PCRuntimeComponent _itemData)

Run On

Called

Parameters

_pathEnumerator
Type: ListEnumerator Class
The enumerator of the selected path.
_itemData
Type: PCRuntimeComponent Class
The item data.

Return Value

Type: boolean
true if the item is a node on the path of the selected node; otherwise, false.

Community Additions

ADD
Show: