The Title Bar Feature

The image viewer provides support for using the annotation feature on the cells. The title bar is bar that is docked at the top of every sub-cell inside the image viewer, this title bar contains a small rectangles (8 rectangle) that the user can check / uncheck either manually or programmatically, the title bar is not visible by default, you can show the title bar by calling the function LImageViewer::ShowTitlebar. Also you can check whether the title bar is shown or not by using the function LImageViewer::IsTitlebarEnabled. You can change the properties of the title bar by setting the desired values in the title bar structure DISPCONTAINERTITLEBARPROPS and then pass it to the function LImageViewer::SetTitlebarProperties. You can also retrieve the title bar properties using the function LImageViewer::GetTitlebarProperties. The Icons within the title bar can be check / uncheck programmatically using the function LImageViewer::CheckTitlebarIcon, you can also retrieve the current state of a specific title bar icon using the function LImageViewer::IsTitleBarIconChecked. Also you can change the properties of the title bar icon by setting the desired values in the title bar icon structure DISPCONTAINERTITLEBARICONPROPS, and then pass it to the function LImageViewer::SetIconProperties, you can also retrieves the properties of the title bar icon using the function LImageViewer::GetIconProperties.