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