L_DispContainerSetCellProperties

#include "ltivw.h"

L_LTIVW_API L_INT L_DispContainerSetCellProperties(hCellWnd, pCellProperties, uFlags)

HWND hCellWnd;

/* handle to the cell window */

pDISPCELLPROPERTIES * pCellProperties;

/* pointer to a cell options structure */

L_UINT uFlags;

/* reserved for future use */

Sets the properties for the specified cell.

Parameter

Description

hCellWnd

A handle to the window that represent the cell which the function effect will be implemented on.

pCellProperties

Pointer to the DISPCELLPROPERTIES structure that contains the cell properties to set.

uFlags

Reserved for future use. Pass 0.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

Before calling L_DispContainerSetCellProperties apply the following:

To get the current properties set for a cell, call L_DispContainerGetCellProperties.

For more information on the actual properties that can be set, refer to the DISPCELLPROPERTIES structure.

Required DLLs and Libraries

LTIVW

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

See Also

Functions:

L_DispContainerCreate, L_DispContainerRemoveCell, L_DispContainerInsertCell, L_DispContainerGetCellCount, L_DispContainerGetWindowHandle, L_DispContainerSetCellBitmapList, L_DispContainerSetCellTag, L_DispContainerGetCellProperties, L_DispContainerGetCellPosition, L_DispContainerRepositionCell, L_DispContainerGetCellBitmapList, L_DispContainerGetCellBounds, L_DispContainerFreezeCell, L_DispContainerSelectCell, L_DispContainerIsCellSelected, L_DispContainerIsCellFrozen

Topics:

Image Viewer Cells

 

Image Viewer Functions: Image Viewer Cells

Example

For an example, refer to L_DispContainerCreate.