Share via


EcoResCategoryTreeDatasource.setItemStateCut Method [AX 2012]

Sets the disabled image for the specified category node.

Syntax

public void setItemStateCut(int _idx, [boolean _greyedOut])

Run On

Client

Parameters

  • _idx
    Type: int
    The ID of the target element in the tree control which is controlled by this class.
  • _greyedOut
    Type: boolean
    A Boolean value that indicates whether the node should be greyed out; optional.

See Also

Reference

EcoResCategoryTreeDatasource Class