Determines whether the specific title bar icon of the specific cell or sub-cell is checked or unchecked.
#include "ltwrappr.h"
L_BOOL LImageViewerCell::IsTitlebarIconChecked(nSubCellIndex, nIconIndex, uFlags)
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.
A zero-based index of the icon to retrieve its status.
Reserved for future use. Pass 0.
Value | Meaning |
---|---|
TRUE | The specified icon is checked. |
FALSE | The specified icon is not checked, or an error occurred. Refer to Return Codes. |
To check or uncheck a specific title bar icon, call the LImageViewerCell::CheckTitlebarIcon function.
For an example, refer to LImageViewerCell::ShowTitlebar.