BCGControlBar Library for .NET
Parent Property (ControlWrapper)




Syntax
'Declaration
 
Public Overrides Property Parent As Control
'Usage
 
Dim instance As ControlWrapper
Dim value As Control
 
instance.Parent = value
 
value = instance.Parent
public override Control Parent {get; set;}
public: __property Control* get_Parent() override;
public: __property void set_Parent( 
   Control* value
) override;
public:
property Control^ Parent {
   Control^ get() override;
   void set (    Control^ value) override;
}
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

ControlWrapper Class
ControlWrapper Members
Base Implementation in Parent

Send Feedback