Function ProUINakedwindowSizeSet
Description
Set the size of the naked window. This field is used only if the parent is a drawing area.
Synopsis
ProUINakedwindowSizeSet
(
char* dialog
/* (In)
The name of the dialog that contains the naked window.
*/
char* component
/* (In)
The name of the naked window component.
*/
int width
/* (In)
Width of the naked window.
*/
int height
/* (In)
Height of the naked window.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
これは役に立ちましたか?