sapgui_tree_is_checkbox_selected
| Example: sapgui_tree_is_checkbox_selected | Tree Functions |
Checks if box is selected.
int sapgui_tree_is_checkbox_selected( const char *description, const char *treeID, const char *nodeKey, const char *itemName, [args,] LAST ) ;
| description | User entered text to aid in understanding script |
| treeID | Object ID Strings |
| nodeKey | Object ID Strings |
| itemName | Object ID Strings |
| args | Optional Arguments, often including Dynamic Tree Node Keys. |
| LAST | A marker indicating the end of the argument list. Not required if Optional Arguments are used. |
The sapgui_tree_is_checkbox_selected verification function applies to a checkbox in a tree control. It returns true if the box is selected or false if the box is cleared.
Return Values
This function returns True (-1) or False (0).
Parameterization
You can parameterize all string (char type) arguments.

