LImageViewerCell::IsTitlebarIconChecked

Summary

Determines whether the specific title bar icon of the specific cell or sub-cell is checked or unchecked.

Syntax

#include "ltwrappr.h"

L_BOOL LImageViewerCell::IsTitlebarIconChecked(nSubCellIndex, nIconIndex, uFlags)

Parameters

L_INT nSubCellIndex

A zero-based index into the image list attached to the cell. The status of the icon attached to the sub-cell at this index will be retrieved. Pass -2 to retrieve the status of the icon attached to the active sub-cell.

L_INT nIconIndex

A zero-based index of the icon to retrieve its status.

L_UINT uFlags

Reserved for future use. Pass 0.

Returns

Value Meaning
TRUE The specified icon is checked.
FALSE The specified icon is not checked, or an error occurred. Refer to Return Codes.

Comments

To check or uncheck a specific title bar icon, call the LImageViewerCell::CheckTitlebarIcon function.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to LImageViewerCell::ShowTitlebar.

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.