LImageListControl::GetItem

#include "ltwrappr.h"

L_INT LImageListControl::GetItem (pItem, nIndex)

pLILITEM pItem;

pointer to structure to be filled with the specified item

L_INT nIndex;

index of the item to get

Gets the specified item from the ImageList Control.

Parameter

Description

pItem

Pointer to an LILITEM structure to be filled with the specified item.

nIndex

0-based index of the item to get.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

The LILITEM structure pointed to by pItem specifies the information to retrieve and will be filled with the information about the item. The uMask member of the LILITEM structure indicates the attributes of the item to retrieve.

After this function returns, the LILITEM structure pointed to by pItem will reference the specified item. You can use the pBitmap or pText members of the structure to modify the item. If you modify the bitmap or text pointed to by this structure, you will be directly modifying the item in the ImageList Control. You should not attempt to free the memory pointed to by pBitmap or pText.

Required DLLs and Libraries

LTDIS
LTFIL
LTIMG

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C++ Class Library Help