API Documentation > Custom user interface > Object ProUIDialog > Function ProUIDialogRememberPosition
Function ProUIDialogRememberPosition
Description
Set the dialog to remember its position when it is destroyed. So that when it is recreated it will display at the same location.
Synopsis
#include <ProUIDialog.h>
ProUIDialogRememberPosition
(
char* dialog
/* (In)
Name of the dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?