Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterImageListItem Class
See Also  Members  
Leadtools.WinForms Namespace : RasterImageListItem Class



Represents an item in a RasterImageList control.

Object Model


Syntax

Visual Basic (Declaration) 
Public Class RasterImageListItem 
Visual Basic (Usage)Copy Code
Dim instance As RasterImageListItem
C# 
public class RasterImageListItem 
C++/CLI 
public ref class RasterImageListItem 

Example

For an example, refer to RasterImageList.

Remarks

The RasterImageList control is similar to a ListView in that it displays a list of items. The main difference is that the RasterImageList supports viewing 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 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 RasterImageListItem.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.

Inheritance Hierarchy

System.Object
   Leadtools.WinForms.RasterImageListItem

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also