Function ProUIInputpanelInputtypeSet
Description
Set the type of value expected by an input panel component
Synopsis
ProUIInputpanelInputtypeSet
(
char* dialog
/* (In)
The name of the dialog that contains the input panel
*/
char* inputpanel
/* (In)
The name of the input panel component
*/
ProUIInputtype input_type
/* (In)
The value type
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
これは役に立ちましたか?