Intersoft ClientUI Documentation
LoadTemplate(Panel,DataTemplate) Method
See Also  Send Feedback
Intersoft.Client.Framework Namespace > Utility Class > LoadTemplate Method : LoadTemplate(Panel,DataTemplate) Method






panel
A panel that will host the template.
template
The template to be instantiated.
Load template to the specified panel.

Syntax

Visual Basic (Declaration) 
Public Overloads Shared Sub LoadTemplate( _
   ByVal panel As Panel, _
   ByVal template As DataTemplate _
) 
Visual Basic (Usage)Copy Code
Dim panel As Panel
Dim template As DataTemplate
 
Utility.LoadTemplate(panel, template)
C# 
public static void LoadTemplate( 
   Panel panel,
   DataTemplate template
)
Delphi 
public procedure LoadTemplate( 
    panel: Panel;
    template: DataTemplate
); static; 
JScript 
public static function LoadTemplate( 
   panel : Panel,
   template : DataTemplate
);
Managed Extensions for C++ 
public: static void LoadTemplate( 
   Panel* panel,
   DataTemplate* template
) 
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.