API Documentation > Custom user interface > Object ProUIDialog > Function ProUIDialogTopoffsetSet
Function ProUIDialogTopoffsetSet
Description
Set top offset to the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogTopoffsetSet
(
char* dialog
/* (In)
Name of the dialog.
*/
int value
/* (In)
Top offset value.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Was this helpful?