L_DispContainerSetFullExploded

#include "ltivw.h"

L_LTIVW_API L_INT L_DispContainerSetFullExploded(hCon, bExploded, uFlags);

Explodes or un-explodes the specified cell.

Parameters

HDISPCONTAINER hCon

Handle to the container.

L_BOOL bExploded

Flag that indicates whether to explode the selected cell or not. Possible values are:

Value Meaning
TRUE Explode the selected cell.
FALSE Un-explode the selected cell.

L_UINT uFlags

Reserved for future. Must be 0.

Returns

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

Comments

The exploded mode is when the cell layout is divided into multiple cells and sub-cells, and the user wants to temporarily view the selected cell / sub-cell and makes it occupy the whole display area. This can be achieved by either using this property, or by simply double clicking any of the visible sub-cells.

To test a cell whether is exploded or not, call to L_DispContainerGetFullExploded function.

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