Category Creo Parametric user interface, Object ProCmd

Function ProCmdAccessFuncRemove


Description
Removed an accessibility function of the specified action or option.
Synopsis
#include <ProUICmd.h>
ProErrorProCmdAccessFuncRemove(
uiCmdCmdId cmd_id
/* (In)
The identifier of the action or option
*/
uiCmdAccessId access_id
/* (In)
The identifier of the accessibility function
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully removed the accessibility function.
PRO_TK_GENERAL_ERRORThe function failed to remove the accessibility function.

Manual References:

  1. User Interface: Menus, Commands, and Popupmenus: Manipulating Existing Commands
  2. User Interface: Menus, Commands, and Popupmenus: Manipulating Existing Commands

Sample Code References:

  1. pt_examples ( TestMenubar.c )