Leadtools.WinForms Namespace : RasterImageListItem Class |
public class RasterImageListItem
'Declaration Public Class RasterImageListItem
'Usage Dim instance As RasterImageListItem
public sealed class RasterImageListItem
function Leadtools.WinForms.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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2