Description | ||||||||
Allows the command's value to be updated (its set_value_cb to be called) at all times, even if the command is not currently accessible. By default, set_value_cb is called only if the command is accessible. | ||||||||
Synopsis | ||||||||
#include <ProUICmd.h> | ||||||||
ProError | ProCmdAlwaysAllowValueUpdate | ( | ||||||
uiCmdCmdId cmd_id | ||||||||
/* (In) | ||||||||
The command identifier. | ||||||||
*/ | ||||||||
ProBoolean allow | ||||||||
/* (In) | ||||||||
PRO_B_TRUE to always allow value update PRO_B_FALSE to only allow it when accessible | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|