L_DispContainerSetCellProperties

#include "ltivw.h"

L_LTIVW_API L_INT L_DispContainerSetCellProperties(hCellWnd, pCellProperties, uFlags)

Sets the properties for the specified cell.

Parameters

L_HWND hCellWnd

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

pDISPCELLPROPERTIES pCellProperties

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

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_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

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

LEADTOOLS Medical Image Viewer C API Help