API Documentation > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowNakedwidthGet
Function ProUINakedwindowNakedwidthGet
Description
Get the NakedWindow width in pixels.
Synopsis
ProUINakedwindowNakedwidthGet
(
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
/* (Out)
The width in pixels.
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
Was this helpful?