Intersoft ClientUI Documentation
TemplatedParent Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > ISPanel Class : TemplatedParent Property






Gets the ItemsControl object that host this panel.

Syntax

Visual Basic (Declaration) 
Public Shadows ReadOnly Property TemplatedParent As ItemsControl
Visual Basic (Usage)Copy Code
Dim instance As ISPanel
Dim value As ItemsControl
 
value = instance.TemplatedParent
C# 
public new ItemsControl TemplatedParent {get;}
Delphi 
public read-only property TemplatedParent: ItemsControl; 
JScript 
public hide function get TemplatedParent : ItemsControl
Managed Extensions for C++ 
public: __property new ItemsControl* get_TemplatedParent();
C++/CLI 
public:
new property ItemsControl^ TemplatedParent {
   ItemsControl^ get();
}

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.