Documentação da API > Custom user interface > Object ProUIOptionmenu > Function ProUIOptionmenuVisiblerowsSet
Function ProUIOptionmenuVisiblerowsSet
Description
Set the number of rows to be visible in an option menu
Synopsis
ProUIOptionmenuVisiblerowsSet
(
char* dialog
/* (In)
The name of the dialog that contains the radio group
*/
char* optionmenu
/* (In)
The name of the option menu component
*/
int visible_rows
/* (In)
The number of rows to be visible
*/
)
Returns
The function was successful
The function failed
User Guide References
Isto foi útil?