API 설명서 > Custom user interface > Object ProUIDialog > Function ProUIDialogRememberSize
Function ProUIDialogRememberSize
Description
Set the flag of the dialog to remember its size when it is destroyed. So that when it is recreated again it sets to the the same size.
Synopsis
#include <ProUIDialog.h>
ProUIDialogRememberSize
(
char* dialog
/* (In)
Name of the dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?