BCGControlBar Library for .NET
MdiChildForm Class
Members 




Inherits Form from System.Windows.Forms namespace.
Represents MDIChildForm which can be managed by MDITabsOption. MDIClildForms class allows to display a child form as a tabbed document. Method InsertToWindowsList allows to create for every child form a menu button on the main menu  in the location of the menu button which property IsItemList is true. On click on this button the related MDI child form will be activated.
Object Model
MdiChildForm Class
Syntax
'Declaration
 
Public Class MdiChildForm 
   Inherits System.Windows.Forms.Form
'Usage
 
Dim instance As MdiChildForm
public class MdiChildForm : System.Windows.Forms.Form 
public __gc class MdiChildForm : public System.Windows.Forms.Form 
public ref class MdiChildForm : 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.Forms.MdiChildForm

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

MdiChildForm Members
BCGSoft.Forms Namespace

Send Feedback