Documentação da API > Custom user interface > Object ProUIDialog > Function ProUIDialogVertatpointSet
Function ProUIDialogVertatpointSet
Description
Set the vertical position of the dialog relative to the existing dialog. This function should be used only if the vertical positi -oning method of the dialog is PROUIPOSITIONING_RELATIVE.
Synopsis
#include <ProUIDialog.h>
ProUIDialogVertatpointSet
(
char* dialog
/* (In)
Name of the dialog.
*/
/* (In)
Vertical position with respect to the existing dialog.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?