Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.8.31
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 
Managed Extensions for C++ 
public __gc 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 items can be viewed by the user. 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 Image and Page properties allows you to specify the image and its page number to view. Items can also be selected or not, You can 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 this 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