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
これは役に立ちましたか?