API 文件集 > Creo Parametric user interface > Object ProCmd > Function ProCmdAccessFuncRemove
Function ProCmdAccessFuncRemove
Description
Removed an accessibility function of the specified action or option.
Synopsis
#include <ProUICmd.h>
ProCmdAccessFuncRemove
(
uiCmdCmdId cmd_id
/* (In)
The identifier of the action or option
*/
uiCmdAccessId access_id
/* (In)
The identifier of the accessibility function
*/
)
Returns
The function successfully removed the accessibility function.
The function failed to remove the accessibility function.
Sample Code References
User Guide References
這是否有幫助?