Function ProUIInputpanelValueSet
Description
Sets the current value of the input panel
Synopsis
ProUIInputpanelValueSet
(
char* dialog
/* (In)
The name of the dialog that contains the input panel
*/
char* inputpanel
/* (In)
The name of the input panel component
*/
wchar_t* value
/* (In)
The new value of the input panel
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
これは役に立ちましたか?