Class DockingWrapperForm
The DockingWrapperForm provides the Office2007 UI interface.
Inheritance
System.Object
DockingWrapperForm
Assembly: Syncfusion.Tools.Windows.dll
public class DockingWrapperForm : Office2007Form, ITabbedMDIChildForm
Constructors
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
Declaration
public BarItem autohideitem
Field Value
Declaration
Field Value
Declaration
Field Value
Declaration
public Control ctrlChildRef
Field Value
Type |
System.Windows.Forms.Control |
Declaration
Field Value
Declaration
protected DockingManager dockingManager
Field Value
Declaration
Field Value
Declaration
Field Value
Declaration
public BarItem mdichilditem
Field Value
Declaration
protected bool originalCloseItemVisibility
Field Value
Declaration
protected TabbedMDIManager tabbedMDIManager
Field Value
Methods
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
System.Boolean |
disposing |
|
Declaration
protected void InitializeMenu()
Declaration
protected void InitializeMenu(Point ptclient)
Parameters
Type |
Name |
Description |
System.Drawing.Point |
ptclient |
|
Declaration
protected void InitializeMenu(Message msg)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Message |
msg |
|
Declaration
protected override void OnClosed(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void OnClosing(CancelEventArgs e)
Parameters
Type |
Name |
Description |
System.ComponentModel.CancelEventArgs |
e |
|
Declaration
protected override void OnGotFocus(EventArgs e)
Parameters
Type |
Name |
Description |
System.EventArgs |
e |
|
Declaration
protected override void WndProc(ref Message msg)
Parameters
Type |
Name |
Description |
System.Windows.Forms.Message |
msg |
|
Overrides
Explicit Interface Implementations
Declaration
bool ITabbedMDIChildForm.AllowUserDrag { get; }
Returns
ITabbedMDIChildForm.GetCustomTabText(out Boolean)
Declaration
string ITabbedMDIChildForm.GetCustomTabText(out bool validValueReturned)
Parameters
Type |
Name |
Description |
System.Boolean |
validValueReturned |
|
Returns
Declaration
void ITabbedMDIChildForm.OnAttachTabbedMDI(TabbedMDIManager manager)
Parameters
Declaration
void ITabbedMDIChildForm.OnDetachTabbedMDI(TabbedMDIManager manager)
Parameters
Declaration
void ITabbedMDIChildForm.OnMdiChildAddedToTabHost(TabHost tabHost, int tabIndex)
Parameters
Type |
Name |
Description |
TabHost |
tabHost |
|
System.Int32 |
tabIndex |
|
Declaration
void ITabbedMDIChildForm.OnTabContextMenuClosed(ParentBarItem contextMenuParentItem)
Parameters
Declaration
void ITabbedMDIChildForm.OnTabContextMenuPopup(ParentBarItem contextMenuParentItem)
Parameters
Implements