API-Dokumentation > Custom user interface > Object ProUIDialog > Function ProUIDialogReconfigure
Function ProUIDialogReconfigure
Description
Set the position and size of the dialog. If any of the values are specified as PROUI_UNUSED then the current values are used.
Synopsis
#include <ProUIDialog.h>
ProUIDialogReconfigure
(
char* dialog
/* (In)
Name of the dialog.
*/
int x
/* (In)
X value
*/
int y
/* (In)
Y value
*/
int width
/* (In)
Width of the dialog.
*/
int height
/* (In)
Height of the dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
War dies hilfreich?