Category Custom user interface, Object ProUICheckbutton

Function ProUICheckbuttonSetMixedvalue


Description
Set the check button to an intermediate mixed state. Attempts to get the state of the check button by ProUICheckbuttonGetState will fail when the check button is in a mixed state. The mixed state is reset automatically when the user activates the check button.
Synopsis
#include <ProUICheckbutton.h>
ProErrorProUICheckbuttonSetMixedvalue(void)
Returns
PRO_TK_NO_ERRORThe function was successful
PRO_TK_GENERAL_ERRORThe function failed
PRO_TK_BAD_INPUTSAn invalid argument was given

Manual References:

  1. User Interface: Dialogs: Checkbutton Attributes