BCGControlBar Library for .NET
ParentContainer Property (CommandPanel)




Set this property to a reference to any Control-derived object in order to put the CommandPanel into "component" mode.
Syntax
'Declaration
 
Public Overridable Property ParentContainer As Control
'Usage
 
Dim instance As CommandPanel
Dim value As Control
 
instance.ParentContainer = value
 
value = instance.ParentContainer
public virtual Control ParentContainer {get; set;}
public: __property virtual Control* get_ParentContainer();
public: __property virtual void set_ParentContainer( 
   Control* value
);
public:
virtual property Control^ ParentContainer {
   Control^ get();
   void set (    Control^ value);
}
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

CommandPanel Class
CommandPanel Members

Send Feedback