Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Raster imaging C++ Class library help

LILCLICK

Show in webframe

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

The LILCLICK structure contains information pertaining to a click event.

Member

Description

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.

Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.