API 설명서 > Creo Parametric user interface > Object ProMenubarmenu > Function ProMenubarmenuChkbuttonValueSet
Function ProMenubarmenuChkbuttonValueSet
DEPRECATED:
Since Creo 1
Description
Note: This API is deprecated. Use ProCmdChkbuttonValueSet() instead.
Sets a new value for the check button in the menu of Creo Parametric.
This function affects the top-level Creo Parametric menu bar only.
This function is executed only in the set_value_cb specified by ProCmdOptionAdd().
Synopsis
#include <ProMenuBar.h>
ProMenubarmenuChkbuttonValueSet
(
uiCmdValue* cmd_value
/* (In)
The second argument of the set_value_cb function
*/
/* (In)
The status of the check button: PRO_B_TRUE (on) or PRO_B_FALSE (off)
*/
)
Returns
The function successfully set the value.
The function failed to set the value.
Sample Code References
도움이 되셨나요?