CheckState
(number) The checkbox state to search for. Only items with this checkbox state will be found. Choose from:
CONSTANT |
VALUE DESCRIPTION |
|
BST_UNCHECKED |
0 |
Unchecked items. |
BST_CHECKED |
1 |
Checked items. |
BST_INDETERMINATE |
2 |
"Indeterminate" state items. |
Re t u r n s
(table) A numerically indexed table containing the item indexes that match the selected CheckState. If no items match or an error occurs, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.