BCGControlBar Library for .NET
MiniFrame Class
Members 




Inherits Form class of System.Windows.Forms namespace. Implements interface ISerializable. Represents a popup window that hosts a docking pane in floating state.  A MiniFrame is created  automatically when the docking pane becomes floating (see FloatDockingPane method of the DockManager class).  All miniframes of  the current DockManager are located in its collection of floating frames.
Object Model
MiniFrame ClassDockManager ClassDockingPane Class
Syntax
'Declaration
 
Public Class MiniFrame 
   Inherits System.Windows.Forms.Form
'Usage
 
Dim instance As MiniFrame
public class MiniFrame : System.Windows.Forms.Form 
public __gc class MiniFrame : public System.Windows.Forms.Form 
public ref class MiniFrame : public System.Windows.Forms.Form 
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ScrollableControl
               System.Windows.Forms.ContainerControl
                  System.Windows.Forms.Form
                     BCGSoft.ControlBars.MiniFrame

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

MiniFrame Members
BCGSoft.ControlBars Namespace

Send Feedback