Intersoft ClientUI Documentation
ApplyTemplate(DependencyObject,Object) Method



Container element.
Item.
Applies item template for each generated element.
Syntax
Protected Overloads Overrides Sub ApplyTemplate( _
   ByVal element As DependencyObject, _
   ByVal item As Object _
) 
Dim instance As UXTreeView
Dim element As DependencyObject
Dim item As Object
 
instance.ApplyTemplate(element, item)
protected override void ApplyTemplate( 
   DependencyObject element,
   object item
)
protected:
void ApplyTemplate( 
   DependencyObject^ element,
   Object^ item
) override 

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

UXTreeView Class
UXTreeView Members
Overload List

Send Feedback