L_DispContainerRemoveCell

Summary

Removes a cell from the container.

Syntax

#include "ltivw.h"

L_LTIVW_API L_INT L_DispContainerRemoveCell(hCon, nCellIndex, uFlags)

Parameters

HDISPCONTAINER hCon

A handle to the container.

L_INT nCellIndex

Zero-based index that specifies the index of the cell to remove. Pass -1 to remove all cells from the container.

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

When a cell is removed from the image viewer, any cells to the right or below the removed cell will be automatically shifted to the left, or up, to the end of the preceding row, as needed.

To insert a new cell, call L_DispContainerInsertCell.

When the container itself is no longer needed, call the L_DispContainerDestroy function to destroy any cells within the container, any associated bitmaps, and any internal data.

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.