API 설명서 > Custom user interface > Object ProUIDialog > Function ProUIDialogWidthSet
Function ProUIDialogWidthSet
Description
Set the width of the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogWidthSet
(
char* dialog
/* (In)
Name of the dialog.
*/
int value
/* (In)
Width of the dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
Sample Code References
User Guide References
도움이 되셨나요?