Documentação da API > Custom user interface > Object ProUIDialog > Function ProUIDialogVertsizeGet
Function ProUIDialogVertsizeGet
Description
Get the height of the dialog.
Synopsis
#include <ProUIDialog.h>
ProUIDialogVertsizeGet
(
char* dialog
/* (In)
Name of the dialog.
*/
int* value
/* (Out)
Height of the dialog in units of 1/1000ths of the screen height.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?