API 文档 > Custom user interface > Object ProUIDialog > Function ProUIDialogVertposoffsetSet
Function ProUIDialogVertposoffsetSet
Description
Set the vertical offset to the dialog relative to the existing dialog. This function should be used only if the vertical positioning method of the dialog is PROUIPOSITIONING_RELATIVE.
Synopsis
#include <ProUIDialog.h>
ProUIDialogVertposoffsetSet
(
char* dialog
/* (In)
Name of the dialog.
*/
int value
/* (In)
Vertical offset value.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
这对您有帮助吗?