L_DispContainerIsTitlebarIconChecked

Summary

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

Syntax

#include "ltivw.h"

L_LTIVW_API L_BOOL L_DispContainerIsTitlebarIconChecked(hCellWnd, nSubCellIndex, nIconIndex, uFlags)

Parameters

L_HWND hCellWnd

A handle to the window that represents the cell on which the function's effect will be applied.

L_INT nSubCellIndex

A zero-based index into the image list attached to the cell specified in nCellIndex. 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 L_DispContainerCheckTitlebarIcon function.

Required DLLs and Libraries

See Also

Functions

Topics

Example

For an example, refer to L_DispContainerShowTitlebar.

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 API Help

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