Category Creo Parametric user interface, Object ProCmd

Function ProCmdChkbuttonValueGet


Description
Gets a new value for the check button in the menu of Creo Parametric. This function is executed only in the option_cb specified by ProCmdOptionAdd().

This function affects the top-level Creo Parametric Ribbon UI only.

Synopsis
#include <ProUICmd.h>
ProErrorProCmdChkbuttonValueGet(
uiCmdValue* cmd_value
/* (In)
The second argument of the option_cb function
*/
ProBoolean* value
/* (Out)
The address of the status of the check button: PRO_B_TRUE (on) or PRO_B_FALSE (off)
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully got the value.
PRO_TK_GENERAL_ERRORThe function failed to get the value.

Manual References:

  1. User Interface: Menus, Commands, and Popupmenus: Adding a Check Button to the Ribbon User Interface
  2. User Interface: Menus, Commands, and Popupmenus: Adding a Check Button to the Ribbon User Interface
  3. Technical Summary of Changes for Creo 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0