Documentação da API > Miscellaneous > Object ProUINakedwindow > Function ProUINakedwindowCursorposGet
Function ProUINakedwindowCursorposGet
Description
Get the position of the cursor in the naked window.
Synopsis
ProUINakedwindowCursorposGet
(
char* dialog
/* (In)
The name of the dialog that contains the naked window.
*/
char* component
/* (In)
The name of the naked window component.
*/
ProUIPoint* position
/* (Out)
Position of the cursor.
*/
)
Returns
The function succeeded.
The function failed.
One or more input arguments was invalid.
User Guide References
Isto foi útil?