Documentación de la API > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowNakedheightSet
Function ProUINakedwindowNakedheightSet
Description
Set the NakedWindow height in pixels.
Synopsis
ProUINakedwindowNakedheightSet
(
char* dialog
/* (In)
The name of the dialog that contains the naked window.
*/
char* component
/* (In)
The name of the naked window component.
*/
int value
/* (In)
The height in pixels.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
¿Fue esto útil?