L_DispContainerSetFullExploded

#include "ltivw.h"

L_LTIVW_API L_INT L_DispContainerSetFullExploded(hCon, bExploded, uFlags);

HDISPCONTAINER hCon;

handle to the container

L_BOOL bExploded;

pointer to a variable to be updated

L_UINT uFlags;

reserved for future use

Explodes or un-explodes the specified cell.

Parameter Description
hCon Handle to the container.
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.
uFlags Reserved for future. Must be 0.

Returns

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

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