API 文件集 > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowNakedwidthSet
Function ProUINakedwindowNakedwidthSet
Description
Set the NakedWindow width in pixels.
Synopsis
ProUINakedwindowNakedwidthSet
(
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 width in pixels
*/
)
Returns
The function was successful
The function failed
An invalid argument was given
User Guide References
這是否有幫助?