Intersoft ClientUI Documentation
ParentControl Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > IWindow Interface : ParentControl Property






Gets or sets the ItemsControl that host this control.

Syntax

Visual Basic (Declaration) 
Property ParentControl As UIElement
Visual Basic (Usage)Copy Code
Dim instance As IWindow
Dim value As UIElement
 
instance.ParentControl = value
 
value = instance.ParentControl
C# 
UIElement ParentControl {get; set;}
Delphi 
read-write property ParentControl: UIElement; 
JScript 
function get,set ParentControl : UIElement
Managed Extensions for C++ 
__property UIElement* get_ParentControl();
__property void set_ParentControl( 
   UIElement* value
);
C++/CLI 
property UIElement^ ParentControl {
   UIElement^ get();
   void set (    UIElement^ value);
}

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.