Function ProUIInputpanelColumnsSet
Description
Set the number of columns of an input panel component
Synopsis
ProUIInputpanelColumnsSet
(
char* dialog
/* (In)
The name of the dialog that contains the input panel
*/
char* inputpanel
/* (In)
The name of the input panel component
*/
int columns
/* (In)
The number of columns
*/
)
Returns
The function was successful
The function failed
Sample Code References
User Guide References
¿Fue esto útil?