←Select platform

ImageListItem Class

Summary

Represents an item in a ImageList control containing an System.Windows.Media.ImageSource.

Syntax

C#
VB
C++
public class ImageListItem : IImageListItem, ListBoxItem 
  
Public Class ImageListItem  
   Inherits System.Windows.Controls.ListBoxItem 
   Implements Leadtools.Windows.Controls.IImageListItem, System.ComponentModel.ISupportInitialize, System.Windows.IFrameworkInputElement, System.Windows.IInputElement, System.Windows.Markup.IAddChild, System.Windows.Markup.IQueryAmbient, System.Windows.Media.Animation.IAnimatable  
public ref class ImageListItem : public System.Windows.Controls.ListBoxItem, Leadtools.Windows.Controls.IImageListItem, System.ComponentModel.ISupportInitialize, System.Windows.IFrameworkInputElement, System.Windows.IInputElement, System.Windows.Markup.IAddChild, System.Windows.Markup.IQueryAmbient, System.Windows.Media.Animation.IAnimatable   

Remarks

The ImageListItem class derives from the WPF/Silverlight System.Windows.Controls.ListBoxItem class to implement a class that represents a single item in an ImageList control that contains an System.Windows.Media.ImageSource. To display a LEADTOOLS Leadtools.RasterImage in the ImageList control, use RasterImageListItem.

The ImageListItem also implements the IImageListItem interface to define the appearance and data associated with an item that is displayed in the ImageList control.

The ImageListItem supports the following functionality:

Example

For XAML example, refer to ImageList.

For C#/VB examples, refer to ImageList.

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.Windows.Controls Assembly