API 설명서 > Custom user interface > Object ProUIDialog > Function ProUIDialogVertdialogSet
Function ProUIDialogVertdialogSet
Description
Set the name of the existing dialog to which the dialog should be relatively positioned in vertical direction.
Synopsis
#include <ProUIDialog.h>
ProUIDialogVertdialogSet
(
char* dialog
/* (In)
Name of the dialog to be set.
*/
char* value
/* (In)
Name of the existing dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
도움이 되셨나요?