BCGControlBar Library for .NET
ParentContainer Property (CategoryPanel)




Specifies the parent control of the CategoryPanel.
Syntax
'Declaration
 
Public Overrides Property ParentContainer As Control
'Usage
 
Dim instance As CategoryPanel
Dim value As Control
 
instance.ParentContainer = value
 
value = instance.ParentContainer
public override Control ParentContainer {get; set;}
public: __property Control* get_ParentContainer() override;
public: __property void set_ParentContainer( 
   Control* value
) override;
public:
property Control^ ParentContainer {
   Control^ get() override;
   void set (    Control^ value) override;
}
Remarks
The parent control of the CategoryPanel as usual a RibbonControl.
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

CategoryPanel Class
CategoryPanel Members
Base Implementation in ParentContainer

Send Feedback