BCGControlBar Library for .NET
ParentContainer Property (RibbonControl)




Specifies the parent container for the RibbonControl.
Syntax
'Declaration
 
Public Overrides Property ParentContainer As Control
'Usage
 
Dim instance As RibbonControl
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;
}
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

RibbonControl Class
RibbonControl Members
Base Implementation in ParentContainer

Send Feedback