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



element
Element used to display the specified item.
item
Specified item.
element
Element used to display the specified item.
item
Specified item.
Overrides ListBox.PrepareContainerForItemOverride. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub PrepareContainerForItemOverride( _
   ByVal element As DependencyObject, _
   ByVal item As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As ImageList
Dim element As DependencyObject
Dim item As Object
 
instance.PrepareContainerForItemOverride(element, item)
C# 
protected override void PrepareContainerForItemOverride( 
   DependencyObject element,
   object item
)
C++/CLI 
protected:
void PrepareContainerForItemOverride( 
   DependencyObject^ element,
   Object^ item
) override 

Parameters

element
Element used to display the specified item.
item
Specified item.

Remarks

For more information, refer to ListBox.PrepareContainerForItemOverride.

Requirements

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

See Also