Documentação da API
>
Custom user interface
>
Object ProUIDialog
> Function ProUIDialogScreenpositionGet
Function ProUIDialogScreenpositionGet
Description
Get the screen position in pixels of the dialog component.
Synopsis
#include <
ProUIDialog.h
>
ProError
ProUIDialogScreenpositionGet
(
char* dialog
/* (In)
Name of the dialog.
*/
int* x
/* (Out)
X value.
*/
int* y
/* (Out)
Y value.
*/
)
Returns
PRO_TK_NO_ERROR
The function succeeded.
PRO_TK_GENERAL_ERROR
The function failed.
PRO_TK_BAD_INPUTS
One or more input arguments was invalid.
User Guide References
Dialog Operations:ProUIDialogScreenpositionGet
Parent topic
Object ProUIDialog
Isto foi útil?
Este site funciona melhor com JavaScript habilitado