L_DispContainerGetCellProperties

#include "ltivw.h"

L_LTIVW_API L_INT L_DispContainerGetCellProperties(hCellWnd, pCellProperties, uFlags)

L_HWND hCellWnd;

handle to the cell window

pDISPCELLPROPERTIES pCellProperties;

pointer to a cell options structure

L_UINT uFlags;

reserved for future use

Gets the current properties of the specified cell.

Parameter

Description

hCellWnd

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

pCellProperties

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

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

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.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Medical Image Viewer C API Help