LImageViewerCell::IsCellSelected

Summary

Returns a value that indicates whether a cell is selected.

Syntax

#include "ltwrappr.h"

L_BOOL LImageViewerCell::IsCellSelected(uFlags);

Parameters

L_UINT uFlags

Reserved for future use. Pass 0.

Returns

Value Meaning
TRUE The cell is selected.
FALSE The cell is not selected.

Comments

If this function returns FALSE, either the cell is not selected or an error occurred.

To change the selection status of a specific cell, call LImageViewerCell::SelectCell.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LImageViewerCell::SelectCell.

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++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.