menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DockingWrapperForm - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DockingWrapperForm

    The DockingWrapperForm provides the Office2007 UI interface.

    Inheritance
    System.Object
    Office2007Form
    DockingWrapperForm
    Implements
    ITabbedMDIChildForm
    Inherited Members
    Office2007Form.AllowRoundedCorners
    Office2007Form.ApplyAeroTheme
    Office2007Form.ApplyScaleToControl(Single)
    Office2007Form.AutoScroll
    Office2007Form.CaptionAlign
    Office2007Form.CaptionBarHeight
    Office2007Form.CaptionBarHeightMode
    Office2007Form.CaptionFont
    Office2007Form.CaptionForeColor
    Office2007Form.ColorScheme
    Office2007Form.ColorSchemeIsManaged
    Office2007Form.ColorTable
    Office2007Form.CreateAccessibilityInstance()
    Office2007Form.CreateParams
    Office2007Form.DisableOffice2007Style
    Office2007Form.DropShadow
    Office2007Form.EnableDpiAware
    Office2007Form.EnableTouchMode
    Office2007Form.IsActive
    Office2007Form.IsRightToLeft
    Office2007Form.OnActivated(EventArgs)
    Office2007Form.OnColorSchemeChanged()
    Office2007Form.OnHandleCreated(EventArgs)
    Office2007Form.OnLoad(EventArgs)
    Office2007Form.OnLocationChanged(EventArgs)
    Office2007Form.OnPaintBackground(PaintEventArgs)
    Office2007Form.OnRightToLeftChanged(EventArgs)
    Office2007Form.OnRightToLeftLayoutChanged(EventArgs)
    Office2007Form.OnShown(EventArgs)
    Office2007Form.OnStyleChanged(EventArgs)
    Office2007Form.ResetDropShadow()
    Office2007Form.SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
    Office2007Form.SetClientSizeCore(Int32, Int32)
    Office2007Form.UseOffice2007SchemeBackColor
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DockingWrapperForm : Office2007Form, ITabbedMDIChildForm

    Constructors

    DockingWrapperForm(DockingManager, Control)

    Constructor of the DockingWrapperForm.

    Declaration
    public DockingWrapperForm(DockingManager dockingmanager, Control dockcontrol)
    Parameters
    Type Name Description
    DockingManager dockingmanager

    The DockingManager

    System.Windows.Forms.Control dockcontrol

    The dock enabled control.

    Fields

    autohideitem

    Declaration
    public BarItem autohideitem
    Field Value
    Type
    BarItem

    bClosing

    Declaration
    protected bool bClosing
    Field Value
    Type
    System.Boolean

    bInCloseProc

    Declaration
    public bool bInCloseProc
    Field Value
    Type
    System.Boolean

    ctrlChildRef

    Declaration
    public Control ctrlChildRef
    Field Value
    Type
    System.Windows.Forms.Control

    dockable

    Declaration
    public BarItem dockable
    Field Value
    Type
    BarItem

    dockingManager

    Declaration
    protected DockingManager dockingManager
    Field Value
    Type
    DockingManager

    floating

    Declaration
    public BarItem floating
    Field Value
    Type
    BarItem

    hideItem

    Declaration
    public BarItem hideItem
    Field Value
    Type
    BarItem

    mdichilditem

    Declaration
    public BarItem mdichilditem
    Field Value
    Type
    BarItem

    originalCloseItemVisibility

    Declaration
    protected bool originalCloseItemVisibility
    Field Value
    Type
    System.Boolean

    tabbedMDIManager

    Declaration
    protected TabbedMDIManager tabbedMDIManager
    Field Value
    Type
    TabbedMDIManager

    Methods

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    InitializeMenu()

    Declaration
    protected void InitializeMenu()

    InitializeMenu(Point)

    Declaration
    protected void InitializeMenu(Point ptclient)
    Parameters
    Type Name Description
    System.Drawing.Point ptclient

    InitializeMenu(Message)

    Declaration
    protected void InitializeMenu(Message msg)
    Parameters
    Type Name Description
    System.Windows.Forms.Message msg

    OnClosed(EventArgs)

    Declaration
    protected override void OnClosed(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    OnClosing(CancelEventArgs)

    Declaration
    protected override void OnClosing(CancelEventArgs e)
    Parameters
    Type Name Description
    System.ComponentModel.CancelEventArgs e

    OnGotFocus(EventArgs)

    Declaration
    protected override void OnGotFocus(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    WndProc(ref Message)

    Declaration
    protected override void WndProc(ref Message msg)
    Parameters
    Type Name Description
    System.Windows.Forms.Message msg
    Overrides
    Office2007Form.WndProc(ref Message)

    Explicit Interface Implementations

    ITabbedMDIChildForm.AllowUserDrag

    Declaration
    bool ITabbedMDIChildForm.AllowUserDrag { get; }
    Returns
    Type
    System.Boolean

    ITabbedMDIChildForm.GetCustomTabText(out Boolean)

    Declaration
    string ITabbedMDIChildForm.GetCustomTabText(out bool validValueReturned)
    Parameters
    Type Name Description
    System.Boolean validValueReturned
    Returns
    Type
    System.String

    ITabbedMDIChildForm.OnAttachTabbedMDI(TabbedMDIManager)

    Declaration
    void ITabbedMDIChildForm.OnAttachTabbedMDI(TabbedMDIManager manager)
    Parameters
    Type Name Description
    TabbedMDIManager manager

    ITabbedMDIChildForm.OnDetachTabbedMDI(TabbedMDIManager)

    Declaration
    void ITabbedMDIChildForm.OnDetachTabbedMDI(TabbedMDIManager manager)
    Parameters
    Type Name Description
    TabbedMDIManager manager

    ITabbedMDIChildForm.OnMdiChildAddedToTabHost(TabHost, Int32)

    Declaration
    void ITabbedMDIChildForm.OnMdiChildAddedToTabHost(TabHost tabHost, int tabIndex)
    Parameters
    Type Name Description
    TabHost tabHost
    System.Int32 tabIndex

    ITabbedMDIChildForm.OnTabContextMenuClosed(ParentBarItem)

    Declaration
    void ITabbedMDIChildForm.OnTabContextMenuClosed(ParentBarItem contextMenuParentItem)
    Parameters
    Type Name Description
    ParentBarItem contextMenuParentItem

    ITabbedMDIChildForm.OnTabContextMenuPopup(ParentBarItem)

    Declaration
    void ITabbedMDIChildForm.OnTabContextMenuPopup(ParentBarItem contextMenuParentItem)
    Parameters
    Type Name Description
    ParentBarItem contextMenuParentItem

    Implements

    ITabbedMDIChildForm
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved