LILCLICK

Summary

The LILCLICK structure contains information pertaining to a click event.

Syntax

typedef struct _LILCLICK 
{ 
   L_UINT uStructSize; 
   HWND hWnd; 
   L_INT xPos; 
   L_INT yPos; 
} LILCLICK, * pLILCLICK; 

Members

uStructSize

Size of this structure, in bytes. Use the sizeof operator to calculate this value.

hWnd

Window handle for the control.

xPos

X coordinate of the cursor position.

yPos

Y coordinate of the cursor position.

Comments

This structure is used by the L_ILN_CLICKED and L_ILN_DBLCLCK command notifications.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.