LImageViewer::SetCellProperties

#include "ltwrappr.h"

L_INT LImageViewer::SetCellProperties (nCellIndex, pCellProperties, uFlags);

L_INT nCellIndex;

/* index of a cell */

pDISPCELLPROPERTIES pCellProperties;

/* pointer to a cell options structure */

L_UINT uFlags;

/* reserved for future use */

Sets the properties for the specified cell.

Parameter

Description

nCellIndex

A zero-based index of the cell for which to set the properties. Pass -1 to modify the properties of all cells managed by the container. Pass -2 to modify the properties of the selected cells managed by the container.

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. To get extended error information, call GetLastError, and refer to Return Codes.

Comments

Before calling LImageViewer::SetCellProperties:

To get the current properties set for a cell, call LImageViewer::GetCellProperties.

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:

LImageViewer::Create, LImageViewer::RemoveCell, LImageViewer::InsertCell, LImageViewer::GetCellCount, LImageViewer::GetWindowHandle, LImageViewer::SetCellBitmapList, LImageViewer::SetCellTag, LImageViewer::GetCellProperties, LImageViewer::GetCellPosition, LImageViewer::RepositionCell, LImageViewer::GetCellBitmapList, LImageViewer::GetCellBounds, LImageViewer::FreezeCell, LImageViewer::SelectCell, LImageViewer::IsCellSelected, LImageViewer::IsCellFrozen, Class Members

Topics:

Image Viewer Cells

 

Window Control/Image Viewer Functions: Image Viewer Cells

Example

For an example, refer to LImageViewer::Create.