L_DispContainerGetCellProperties

Summary

Gets the current properties of the specified cell.

Syntax

#include "ltivw.h"

L_LTIVW_API L_INT L_DispContainerGetCellProperties(hCellWnd, pCellProperties, uFlags)

Parameters

L_HWND hCellWnd

A handle to the window that represents the cell on which the function's effect will be applied.

pDISPCELLPROPERTIES pCellProperties

Pointer to a DISPCELLPROPERTIES structure to be updated with the current cell properties.

L_UINT uFlags

Reserved for future use. Pass 0.

Returns

Value Meaning
SUCCESS The function was successful.
< 1 An error occurred. Refer to Return Codes.

Comments

Before calling L_DispContainerGetCellProperties apply the following:

To set new cell properties, call L_DispContainerSetCellProperties.

For more information on the available properties that can be used to control the behavior of the cell, refer to the DISPCELLPROPERTIES structure.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_DispContainerCreate.

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

LEADTOOLS Medical Image Viewer C API Help

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