API 文件集 > Custom user interface > Object ProUIPushbutton > Function ProUIPushbuttonModaloverrideSet
Function ProUIPushbuttonModaloverrideSet
Description
Sets the pushbutton Modal override to according to value.
Synopsis
ProUIPushbuttonModaloverrideSet
(
char* dialog
/* (In)
The name of the dialog that contains the pushbutton.
*/
char* component
/* (In)
The name of the pushbutton component
*/
/* (In)
The modal override setting, according to ProUIModalOverride.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
這是否有幫助?