API-Dokumentation > Custom user interface > Object ProUIList > Function ProUIListStateGet
Function ProUIListStateGet
Description
Get the state of the item in the list. The state is applicable only for a "check" type of list and refers to the checked or unchecked status of the item.
Synopsis
#include <ProUIList.h>
ProUIListStateGet
(
char* dialog
/* (In)
The name of the dialog that contains the list.
*/
char* component
/* (In)
The name of the list component.
*/
char* item
/* (In)
The name of the item in the list.
*/
/* (Out)
State of the item. PROUI_SET if the item is checked. PROUI_UNSET if the item is checked. PROUI_MIXED if the item is in an indeterminate state.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
War dies hilfreich?