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