BCGControlBar Library for .NET
CommandBarFrame Class
Members 




Inherits Panel of System.Windows.Forms,  implements interface ISupportCustomLayout.
Represents a parent control for the command bar. It is created when the floating mode for the command bar is set and destroyed  when the floating mode for it is unset. The size, location and visibility of the CommandBarFrames depends on the child command bar.
Object Model
CommandBarFrame Class
Syntax
'Declaration
 
Public Class CommandBarFrame 
   Inherits System.Windows.Forms.Panel
   Implements BCGSoft.Shared.ISupportCustomLayout 
'Usage
 
Dim instance As CommandBarFrame
public __gc class CommandBarFrame : public System.Windows.Forms.Panel, BCGSoft.Shared.ISupportCustomLayout  
public ref class CommandBarFrame : public System.Windows.Forms.Panel, BCGSoft.Shared.ISupportCustomLayout  
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.Panel
                  BCGSoft.ControlBars.CommandBarFrame

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

CommandBarFrame Members
BCGSoft.ControlBars Namespace

Send Feedback