LImageViewer::GetCellWindowHandle

#include "ltwrappr.h"

HWND LImageViewer::GetCellWindowHandle (nCellIndex,uFlags);

L_INT nCellIndex;

/* index of the cell to remove*/

L_UINT uFlags;

/* reserved for future use */

Returns the window handle for the specified cell. This function is available only in the Medical Imaging Suite toolkits.

Parameter

Description

nCellIndex

A zero-based index of the cell for which to get the window handle.

uFlags

Reserved for future use. Must be zero.

Returns

>0

Handle to the cell window

NULL

An error occurred. To get extended error information, call GetLastError. And then refer to Return Codes.

Comments

Once you get the window handle for the cell, it’s best not to change the size of the window. Changing the size of the window may result in unexpected behavior.

When a cell is inserted into a container, the cell's window is created automatically.

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.

See Also

Functions:

LImageViewer::Create, LImageViewer::RemoveCell, LImageViewer::InsertCell, LImageViewer::GetCellCount, LImageViewer::SetCellBitmapList, LImageViewer::SetCellTag, LImageViewer::SetCellProperties, LImageViewer::GetCellProperties, LImageViewer::GetCellPosition, LImageViewer::RepositionCell, LImageViewer::GetCellBitmapList, LImageViewer::GetCellBounds, LImageViewer::FreezeCell, LImageViewer::SetBounds, LImageViewer::SelectCell, LImageViewer::IsCellSelected, LImageViewer::IsCellFrozen, Class Members

Topics:

Image Viewer Cells

 

Window Control/Image Viewer Functions: Image Viewer Cells

Example

For an example, refer to LImageViewer::GetWindowHandle.