←Select platform

RasterImageListItem Class

Summary

Represents an item in a RasterImageList control.

Syntax

C#
VB
C++
public class RasterImageListItem 
  
Public Class RasterImageListItem  
public ref class RasterImageListItem  

Remarks

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.

Example

For an example, refer to RasterImageList.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly