Represents an item in a RasterImageList control.
public class RasterImageListItem
Public Class RasterImageListItem
public ref class RasterImageListItem
The RasterImageList control is similar to a System.Windows.Forms.ListView in that it displays a list of items. The main difference is that the RasterImageList supports viewing Leadtools.RasterImage images in a number of different ways. The RasterImageListItem class defines the appearance and data associated with an item that is displayed in the RasterImageList control. RasterImageListItem objects can be displayed in the RasterImageList control in the same way a System.Windows.Forms.ListView displays its items as large icons.
Most of the properties of the RasterImageListItem class provide ways to change the display of the item in the RasterImageList control it is associated with. The Image and Page properties allow you to specify the image and its page number to view. Items can also be selected or not selected. Use the Selected property to determine if an item is selected or to select or un-select the item at run time. Items also have a Text property that displays the text associated with the item.
For an example, refer to RasterImageList.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET