Intersoft ClientUI Documentation
LoadTemplate(Panel,DataTemplate) Method



A panel that will host the template.
The template to be instantiated.
Load template to the specified panel.
Syntax
Public Overloads Shared Sub LoadTemplate( _
   ByVal panel As Panel, _
   ByVal template As DataTemplate _
) 
Dim panel As Panel
Dim template As DataTemplate
 
Utility.LoadTemplate(panel, template)
public static void LoadTemplate( 
   Panel panel,
   DataTemplate template
)
public:
static void LoadTemplate( 
   Panel^ panel,
   DataTemplate^ template
) 

Parameters

panel
A panel that will host the template.
template
The template to be instantiated.
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

Utility Class
Utility Members
Overload List

Send Feedback