BCGControlBar Library for .NET
ParentCommandBarManager Property (CategoryItem)




Specifies the CommandBarManager which manages by the CategoryItem and its items.
Syntax
'Declaration
 
Public Overrides Property ParentCommandBarManager As CommandBarManager
'Usage
 
Dim instance As CategoryItem
Dim value As CommandBarManager
 
instance.ParentCommandBarManager = value
 
value = instance.ParentCommandBarManager
public override CommandBarManager ParentCommandBarManager {get; set;}
public: __property CommandBarManager* get_ParentCommandBarManager() override;
public: __property void set_ParentCommandBarManager( 
   CommandBarManager* value
) override;
public:
property CommandBarManager^ ParentCommandBarManager {
   CommandBarManager^ get() override;
   void set (    CommandBarManager^ value) override;
}
Remarks
The ParentCommandBarManager is set equal to the CommandBarManager of the Parent CategoryPanel.
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

CategoryItem Class
CategoryItem Members
Base Implementation in ParentCommandBarManager

Send Feedback