Documentação da API > Custom user interface > Object ProUITree > Function ProUITreeMixedStateSet
Function ProUITreeMixedStateSet
Description
Get the "mixed" state of the item in the tree. This flag indicating whether the component has no selection at this time and is therefore in an indeterminate "mixed" state.
Synopsis
#include <ProUITree.h>
ProUITreeMixedStateSet
(
char* dialog
/* (In)
The name of the dialog that contains the tree.
*/
char* component
/* (In)
The name of the tree component.
*/
char* item
/* (In)
The name of the item in the tree.
*/
/* (In)
Mixed State of the item. PRO_B_TRUE if the item has mixed state. PRO_B_FALSE if the item has no mixed state.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?