SysCheckListItem.checkboxState Method [AX 2012]

Retrieves the state of the check box on the checklist.

Syntax

public boolean checkboxState()

Run On

Called

Return Value

Type: boolean
true if the combo box is open; otherwise, false.

Remarks

This method should be overwritten by sub classes.

See Also

Reference

SysCheckListItem Class