LEADTOOLS WPF and Silverlight (Leadtools.Windows.Controls assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ImageListItem Class
See Also  Members  
Leadtools.Windows.Controls Namespace : ImageListItem Class



Represents an item in a ImageList control containing an System.Windows.Media.ImageSource. Supported in Silverlight, Windows Phone 7

Object Model

ImageListItem Class

Syntax

Visual Basic (Declaration) 
Public Class ImageListItem 
   Inherits System.Windows.Controls.ListBoxItem
   Implements IImageListItemISupportInitializeIFrameworkInputElementIInputElementIAddChildIAnimatable 
Visual Basic (Usage)Copy Code
Dim instance As ImageListItem

Example

For XAML example, refer to ImageList.

For C#/VB examples, refer to ImageList.

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:

Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ContentControl
                        System.Windows.Controls.ListBoxItem
                           Leadtools.Windows.Controls.ImageListItem
                              Leadtools.Windows.Controls.RasterImageListItem

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also