Intersoft ClientUI Documentation
ApplyStyle Method (ISItemsControl)



Container element.
Item.
Applies style for container element generated for each item.
Syntax
Protected Overridable Sub ApplyStyle( _
   ByVal element As DependencyObject, _
   ByVal item As Object _
) 
Dim instance As ISItemsControl
Dim element As DependencyObject
Dim item As Object
 
instance.ApplyStyle(element, item)
protected virtual void ApplyStyle( 
   DependencyObject element,
   object item
)
protected:
virtual void ApplyStyle( 
   DependencyObject^ element,
   Object^ item
) 

Parameters

element
Container element.
item
Item.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ISItemsControl Class
ISItemsControl Members

Send Feedback