Function ProUIOptionmenuColumnsSet
Description
Set the number of columns of an option menu component
Synopsis
ProUIOptionmenuColumnsSet
(
char* dialog
/* (In)
The name of the dialog that contains the option menu
*/
char* optionmenu
/* (In)
The name of the option menu component
*/
int columns
/* (In)
The number of columns
*/
)
Returns
The function was successful
The function failed
User Guide References
¿Fue esto útil?