From 214de9909af2f07fb1abba21e5168f71c21b0c6d Mon Sep 17 00:00:00 2001 From: Vinoth Date: Thu, 3 Sep 2026 14:54:27 +0530 Subject: [PATCH 1/3] 1050621-Fixed the redundant keywords in WF TabbedMDIManager documentation --- WindowsForms/tabbedmdi/Appearance-Settings.md | 10 ++++---- WindowsForms/tabbedmdi/Button-Settings.md | 8 +++---- ...Tab-and-the-Control-in-TabbedMDIManager.md | 4 ++-- ...Freeze-HubTile-functionality-in-runtime.md | 2 +- .../How-to-add-HubTile-using-code-example.md | 2 +- ...ImageCollection-to-HubTile-for-Transiti.md | 2 +- ...o-add-a-MDI-Child-from-another-MDIChild.md | 2 +- .../How-to-add-different-Icons-to-MDI-Tabs.md | 2 +- ...nd-Black-themes-to-the-tabbedmdimanager.md | 2 +- ...b-groups-equally-using-TabbedMDIManager.md | 4 ++-- ...ntainer-after-enabling-TabbedMDIManager.md | 2 +- .../FAQ/How-to-change-the-MDI-tab-size.md | 2 +- ...e-backcolor-of-Active-and-Inactive-tabs.md | 2 +- ...e-close-button-in-TabbedGroupMDIManager.md | 2 +- ...e-the-fonts-of-Active-and-Inactive-Tabs.md | 2 +- ...ble-disable-HubTile-rotation-transition.md | 2 +- ...MDIClients-alone-using-TabbedMDIManager.md | 4 ++-- ...f-Tab-Pages-in-TabbedMDIManager-Control.md | 4 ++-- ...e-the-Context-Menu-for-a-particular-tab.md | 4 ++-- ...enting-the-MDIChild-in-TabbedMDIManager.md | 4 ++-- WindowsForms/tabbedmdi/Getting-Started.md | 24 +++++++++---------- .../tabbedmdi/Interactive-Features.md | 10 ++++---- WindowsForms/tabbedmdi/MDI-List.md | 14 +++++------ WindowsForms/tabbedmdi/Overview.md | 6 ++--- .../tabbedmdi/Serialization-support.md | 4 ++-- WindowsForms/tabbedmdi/Styles-Settings.md | 18 +++++++------- WindowsForms/tabbedmdi/Tab-Alignment.md | 4 ++-- WindowsForms/tabbedmdi/Tab-Groups.md | 8 +++---- .../tabbedmdi/TabbedMDIManager-Events.md | 8 +++---- .../tabbedmdi/UserControls-as-Tabs.md | 6 ++--- 30 files changed, 84 insertions(+), 84 deletions(-) diff --git a/WindowsForms/tabbedmdi/Appearance-Settings.md b/WindowsForms/tabbedmdi/Appearance-Settings.md index 088dbf7e8..f23a4503f 100644 --- a/WindowsForms/tabbedmdi/Appearance-Settings.md +++ b/WindowsForms/tabbedmdi/Appearance-Settings.md @@ -7,9 +7,9 @@ control: TabbedMDIPackage documentation: ug --- -# Appearance Settings in Windows Forms TabbedMDI +# Appearance Settings in WinForms TabbedMDI -The variousAppearance Settings for TabbedMDIManager are discussed in this section. +The variousAppearance Settings for WinForms TabbedMDI are discussed in this section. ## Foreground settings @@ -30,7 +30,7 @@ Property table
- TabbedMDIManager property + WinForms TabbedMDI property Description
@@ -80,7 +80,7 @@ Me.TabbedMDIManager1.ImageSize = New System.Drawing.Size(20, 20) ## Applying themes -The TabbedMDIManager Control can be themed by enabling the ThemesEnabled property. +The WinForms TabbedMDI Control can be themed by enabling the ThemesEnabled property. {% tabs %} @@ -102,7 +102,7 @@ Me.tabbedMDIManager1.ThemesEnabled = True ## Customization -TabbedMDIManager provides complete support for customizing the active and inactive tabs back color, fore color, and font. +WinForms TabbedMDI provides complete support for customizing the active and inactive tabs back color, fore color, and font. ### ActiveTabBackColor diff --git a/WindowsForms/tabbedmdi/Button-Settings.md b/WindowsForms/tabbedmdi/Button-Settings.md index 86922c386..25b2e3313 100644 --- a/WindowsForms/tabbedmdi/Button-Settings.md +++ b/WindowsForms/tabbedmdi/Button-Settings.md @@ -7,13 +7,13 @@ control: TabbedMDIManager documentation: ug --- -# Button Settings in Windows Forms TabbedMDI +# Button Settings in WinForms TabbedMDI -This section discusses about the various buttons available in TabbedMDIManager control and their customization. +This section discusses about the various buttons available in WinForms TabbedMDI control and their customization. ## Drop-down button -The MDIChild windows in a TabbedMDI window can be displayed in the form of a drop-down by enabling the [DropDownButtonVisible](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_DropDownButtonVisible) property. +The MDIChild windows in a WinForms TabbedMDI window can be displayed in the form of a drop-down by enabling the [DropDownButtonVisible](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_DropDownButtonVisible) property. {% tabs %} @@ -196,7 +196,7 @@ Me.tabbedMDIManager.CloseOnMiddleButtonClick = True ## Support to show or hide close button for individual tabs -Essential® Tools for Windows Forms now provides support to show or hide close button of the individual tabs in TabbedMDI Manager. +Essential® Tools for Windows Forms now provides support to show or hide close button of the individual tabs in WinForms TabbedMDI. ### Use case scenarios diff --git a/WindowsForms/tabbedmdi/FAQ/Customize-the-Distance-between-the-Tab-and-the-Control-in-TabbedMDIManager.md b/WindowsForms/tabbedmdi/FAQ/Customize-the-Distance-between-the-Tab-and-the-Control-in-TabbedMDIManager.md index 44288f788..6bcfc60a5 100644 --- a/WindowsForms/tabbedmdi/FAQ/Customize-the-Distance-between-the-Tab-and-the-Control-in-TabbedMDIManager.md +++ b/WindowsForms/tabbedmdi/FAQ/Customize-the-Distance-between-the-Tab-and-the-Control-in-TabbedMDIManager.md @@ -7,9 +7,9 @@ control: TabbedMDIManager documentation: ug --- -# Customize Tab Distance in Windows Forms TabbedMDI +# Customize Tab Distance in WinForms TabbedMDI -The height between the Tab and the Control can be set using the [BottomBorderHeight](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabHost.html#Syncfusion_Windows_Forms_Tools_TabHost_BottomBorderHeight) property of the TabHost. This property can be accessed by overriding the TabbedMDIManager as shown in the code snippet. +The height between the Tab and the Control can be set using the [BottomBorderHeight](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabHost.html#Syncfusion_Windows_Forms_Tools_TabHost_BottomBorderHeight) property of the TabHost. This property can be accessed by overriding the WinForms TabbedMDI as shown in the code snippet. ![Customize the distance between the Tab and the Control](Customize-the-Distance-between-the-Tab-and-the-Con_images/Customize-the-Distance-between-the-Tab-and-the-Con_img1.png) diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-Freeze-HubTile-functionality-in-runtime.md b/WindowsForms/tabbedmdi/FAQ/How-to-Freeze-HubTile-functionality-in-runtime.md index b6cb4a53d..27ae56081 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-Freeze-HubTile-functionality-in-runtime.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-Freeze-HubTile-functionality-in-runtime.md @@ -7,7 +7,7 @@ control: TabbedMDIPackage documentation: ug --- -# How to Freeze HubTile Functionality in TabbedMDI +# How to Freeze HubTile Functionality in WinForms TabbedMDI You can achieve it by setting HubTileFreeze property to `true`. diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-add-HubTile-using-code-example.md b/WindowsForms/tabbedmdi/FAQ/How-to-add-HubTile-using-code-example.md index fc96a79d1..3f62e9e1b 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-add-HubTile-using-code-example.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-add-HubTile-using-code-example.md @@ -7,7 +7,7 @@ control: TabbedMDIPackage documentation: ug --- -# How to Add HubTile using Code Example in TabbedMDI +# How to Add HubTile using Code Example in WinForms TabbedMDI The following section guides you through the steps involved in setting up a simple HubTile layout design through code. diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-add-ImageCollection-to-HubTile-for-Transiti.md b/WindowsForms/tabbedmdi/FAQ/How-to-add-ImageCollection-to-HubTile-for-Transiti.md index 44d99789c..36d71b005 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-add-ImageCollection-to-HubTile-for-Transiti.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-add-ImageCollection-to-HubTile-for-Transiti.md @@ -7,7 +7,7 @@ control: TabbedMDIPackage documentation: ug --- -# How to Add ImageCollection to HubTile in TabbedMDI +# How to Add ImageCollection to HubTile in WinForms TabbedMDI You can achieve this requirement using HubTileImageList and ImageListAdv properties. diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-add-a-MDI-Child-from-another-MDIChild.md b/WindowsForms/tabbedmdi/FAQ/How-to-add-a-MDI-Child-from-another-MDIChild.md index de801c0ce..4f31f0f73 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-add-a-MDI-Child-from-another-MDIChild.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-add-a-MDI-Child-from-another-MDIChild.md @@ -7,7 +7,7 @@ control: TabbedMDIManager documentation: ug --- -# How to Add MDI Child from Another MDI Child in TabbedMDI +# How to Add MDI Child from Another MDI Child in WinForms TabbedMDI You should set the [MDIParent](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_MdiParent) of the new child form as follows: diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-add-different-Icons-to-MDI-Tabs.md b/WindowsForms/tabbedmdi/FAQ/How-to-add-different-Icons-to-MDI-Tabs.md index e39531eee..a77de00c4 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-add-different-Icons-to-MDI-Tabs.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-add-different-Icons-to-MDI-Tabs.md @@ -7,7 +7,7 @@ control: TabbedMDIPackage documentation: ug --- -# How to Add Different Icons to MDI Tabs in TabbedMDI +# How to Add Different Icons to MDI Tabs in WinForms TabbedMDI This can be done programmatically using the below code snippet. diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-apply-Office2007-Silver-Blue-and-Black-themes-to-the-tabbedmdimanager.md b/WindowsForms/tabbedmdi/FAQ/How-to-apply-Office2007-Silver-Blue-and-Black-themes-to-the-tabbedmdimanager.md index 31243c76a..ec8fd049c 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-apply-Office2007-Silver-Blue-and-Black-themes-to-the-tabbedmdimanager.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-apply-Office2007-Silver-Blue-and-Black-themes-to-the-tabbedmdimanager.md @@ -7,7 +7,7 @@ control: TabbedMDIPackage documentation: ug --- -# How to Apply Office2007 Themes in TabbedMDI +# How to Apply Office2007 Themes in WinForms TabbedMDI You can apply [Office2007ColorScheme](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_Office2007ColorScheme) when TabControl is added as follows. diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-arrange-the-Tab-groups-equally-using-TabbedMDIManager.md b/WindowsForms/tabbedmdi/FAQ/How-to-arrange-the-Tab-groups-equally-using-TabbedMDIManager.md index 2ee509448..e58245189 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-arrange-the-Tab-groups-equally-using-TabbedMDIManager.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-arrange-the-Tab-groups-equally-using-TabbedMDIManager.md @@ -7,9 +7,9 @@ control: TabbedMDIManager documentation: ug --- -# How to Arrange Tab Groups Equally in TabbedMDI +# How to Arrange Tab Groups Equally in WinForms TabbedMDI -TabbedMDIManager has [AdjustTabGroupWeightsEqually](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_AdjustTabGroupWeightsEqually) method to arrange the Tab groups equally. +WinForms TabbedMDI has [AdjustTabGroupWeightsEqually](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_AdjustTabGroupWeightsEqually) method to arrange the Tab groups equally. Method table diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-browse-through-the-MDIChildren-in-the-MDI-container-after-enabling-TabbedMDIManager.md b/WindowsForms/tabbedmdi/FAQ/How-to-browse-through-the-MDIChildren-in-the-MDI-container-after-enabling-TabbedMDIManager.md index dfb1e4078..ffdfe7150 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-browse-through-the-MDIChildren-in-the-MDI-container-after-enabling-TabbedMDIManager.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-browse-through-the-MDIChildren-in-the-MDI-container-after-enabling-TabbedMDIManager.md @@ -7,7 +7,7 @@ control: TabbedMDIManager documentation: ug --- -# How to Browse MDI Children in Windows Forms TabbedMDI +# How to Browse MDI Children in Windows Forms WinForms TabbedMDI You should not use the MDIContainer form’s [MDIChildren](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_MdiChildren) property to browse through the MDIChildren. This is because the TabbedMDI Framework introduces some additional MDIChildren into your MDIContainer that are not part of your application logic. diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-change-the-MDI-tab-size.md b/WindowsForms/tabbedmdi/FAQ/How-to-change-the-MDI-tab-size.md index c366cc9d5..a99185d8e 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-change-the-MDI-tab-size.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-change-the-MDI-tab-size.md @@ -7,7 +7,7 @@ control: TabbedMDIManager documentation: ug --- -# How to Change MDI Tab Size in TabbedMDI +# How to Change MDI Tab Size in WinForms TabbedMDI You should handle theTabControlAdded event handler and use [ItemSize](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_ItemSize) property to change the tab size. diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-change-the-backcolor-of-Active-and-Inactive-tabs.md b/WindowsForms/tabbedmdi/FAQ/How-to-change-the-backcolor-of-Active-and-Inactive-tabs.md index 146f0d645..41628fbda 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-change-the-backcolor-of-Active-and-Inactive-tabs.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-change-the-backcolor-of-Active-and-Inactive-tabs.md @@ -7,7 +7,7 @@ control: TabbedMDIManager documentation: ug --- -# How to Change Backcolor of Tabs in TabbedMDI +# How to Change Backcolor of Tabs in WinForms TabbedMDI You can change the tab back color for active tabs and inactive tabs using [ActiveTabColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_ActiveTabColor) and [InactiveTabColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_InactiveTabColor) properties. The following code snippet illustrates this. diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-customize-the-close-button-in-TabbedGroupMDIManager.md b/WindowsForms/tabbedmdi/FAQ/How-to-customize-the-close-button-in-TabbedGroupMDIManager.md index 2e68b0d24..36a3bb405 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-customize-the-close-button-in-TabbedGroupMDIManager.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-customize-the-close-button-in-TabbedGroupMDIManager.md @@ -7,7 +7,7 @@ control: TabbedMDIManager documentation: ug --- -# How to Customize Close Button in TabbedMDI +# How to Customize Close Button in WinForms TabbedMDI This can be achieved by deriving TabbedGroupMDIManager class and overriding [GetCloseButtonBounds](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MDITabPanel.html#Syncfusion_Windows_Forms_Tools_MDITabPanel_GetCloseButtonBounds) method as follows. diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-customize-the-fonts-of-Active-and-Inactive-Tabs.md b/WindowsForms/tabbedmdi/FAQ/How-to-customize-the-fonts-of-Active-and-Inactive-Tabs.md index c375bfe46..265205d5d 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-customize-the-fonts-of-Active-and-Inactive-Tabs.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-customize-the-fonts-of-Active-and-Inactive-Tabs.md @@ -7,7 +7,7 @@ control: TabbedMDIManager documentation: ug --- -# How to Customize Fonts of Tabs in TabbedMDI +# How to Customize Fonts of Tabs in WinForms TabbedMDI Using the [TabControlAdded](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html) event, the fonts of active and inactive tabs can be customized. diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-enable-disable-HubTile-rotation-transition.md b/WindowsForms/tabbedmdi/FAQ/How-to-enable-disable-HubTile-rotation-transition.md index 82698afce..5f5bffce0 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-enable-disable-HubTile-rotation-transition.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-enable-disable-HubTile-rotation-transition.md @@ -7,7 +7,7 @@ control: TabbedMDIPackage documentation: ug --- -# How to Enable or Disable HubTile Rotation in TabbedMDI +# How to Enable or Disable HubTile Rotation in WinForms TabbedMDI You can achieve it by setting HubTileTileType property as DefaultType, so that rotation transition will be disabled. diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-lock-and-unlock-MDIClients-alone-using-TabbedMDIManager.md b/WindowsForms/tabbedmdi/FAQ/How-to-lock-and-unlock-MDIClients-alone-using-TabbedMDIManager.md index 19052e5eb..624b39196 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-lock-and-unlock-MDIClients-alone-using-TabbedMDIManager.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-lock-and-unlock-MDIClients-alone-using-TabbedMDIManager.md @@ -7,9 +7,9 @@ control: TabbedMDIManager documentation: ug --- -# How to Lock and Unlock MDI Clients in TabbedMDI +# How to Lock and Unlock MDI Clients in WinForms TabbedMDI -TabbedMDIManager has [LockMDIClientUpdate](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_LockMDIClientUpdate) and [UnLockMDIClientUpdate](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_UnLockMDIClientUpdate) methods to lock and unlock the MDIClients from updating. +WinForms TabbedMDI has [LockMDIClientUpdate](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_LockMDIClientUpdate) and [UnLockMDIClientUpdate](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_UnLockMDIClientUpdate) methods to lock and unlock the MDIClients from updating. Methods table diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-prevent-reordering-of-Tab-Pages-in-TabbedMDIManager-Control.md b/WindowsForms/tabbedmdi/FAQ/How-to-prevent-reordering-of-Tab-Pages-in-TabbedMDIManager-Control.md index 99c7030e4..9ce586555 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-prevent-reordering-of-Tab-Pages-in-TabbedMDIManager-Control.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-prevent-reordering-of-Tab-Pages-in-TabbedMDIManager-Control.md @@ -7,9 +7,9 @@ control: TabbedMDIManager documentation: ug --- -# How to Prevent Reordering of Tab Pages in TabbedMDI +# How to Prevent Reordering of Tab Pages in WinForms TabbedMDI -The reordering of tab pages can be prevented by implementing the below code snippet. For this derive a class from TabbedMDIManager and override the MDITabPanel property and set the [UserMoveTabs](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_UserMoveTabs) property of MDITabPanel to `true`. +The reordering of tab pages can be prevented by implementing the below code snippet. For this derive a class from WinForms TabbedMDI and override the MDITabPanel property and set the [UserMoveTabs](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_UserMoveTabs) property of MDITabPanel to `true`. {% tabs %} diff --git a/WindowsForms/tabbedmdi/FAQ/How-to-remove-the-Context-Menu-for-a-particular-tab.md b/WindowsForms/tabbedmdi/FAQ/How-to-remove-the-Context-Menu-for-a-particular-tab.md index 2aad15ea1..5dbb10bf2 100644 --- a/WindowsForms/tabbedmdi/FAQ/How-to-remove-the-Context-Menu-for-a-particular-tab.md +++ b/WindowsForms/tabbedmdi/FAQ/How-to-remove-the-Context-Menu-for-a-particular-tab.md @@ -7,11 +7,11 @@ control: TabbedMDIManager documentation: ug --- -# How to Remove Context Menu for a Tab in TabbedMDI +# How to Remove Context Menu for a Tab in WinForms TabbedMDI This can be achieved by handling the BeforePopup event of TabbedMDIManager.ContextMenuItem. Before that we should know which tab is currently active. To keep track of this, SelectedIndexChanged event of MDITabPanel can be used. -First handle the [TabControlAdded](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html) event of TabbedMDIManager. Then subscribe to the args.TabControl.SelectedIndexChanged event (where args is the argument passed into this event). In the [SelectedIndexChanged](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html) event handler, store the SelectedTab in a variable which is accessible by all the methods inside that class. In the BeforePopup event, check for the TabPageAdv and cancel the context menu by setting e.Cancel = `true`. +First handle the [TabControlAdded](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html) event of WinForms TabbedMDI. Then subscribe to the args.TabControl.SelectedIndexChanged event (where args is the argument passed into this event). In the [SelectedIndexChanged](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html) event handler, store the SelectedTab in a variable which is accessible by all the methods inside that class. In the BeforePopup event, check for the TabPageAdv and cancel the context menu by setting e.Cancel = `true`. In this example, we are going to remove context menu for the pages which are having the text as 'New Document'. diff --git a/WindowsForms/tabbedmdi/FAQ/Why-doesnt-the-Icon-representing-the-MDIChild-in-TabbedMDIManager.md b/WindowsForms/tabbedmdi/FAQ/Why-doesnt-the-Icon-representing-the-MDIChild-in-TabbedMDIManager.md index 756ea53e5..398fa8da8 100644 --- a/WindowsForms/tabbedmdi/FAQ/Why-doesnt-the-Icon-representing-the-MDIChild-in-TabbedMDIManager.md +++ b/WindowsForms/tabbedmdi/FAQ/Why-doesnt-the-Icon-representing-the-MDIChild-in-TabbedMDIManager.md @@ -7,9 +7,9 @@ control: TabbedMDIPackage documentation: ug --- -# How to fix MDIChild Icon in Windows Forms TabbedMDI +# How to fix MDIChild Icon in Windows Forms WinForms TabbedMDI -The form does not throw an event when the Icon gets updated. So, update the Icon in the TabbedMDIManager manually after updating the Icon in the form, as follows: +The form does not throw an event when the Icon gets updated. So, update the Icon in the WinForms TabbedMDI manually after updating the Icon in the form, as follows: {% tabs %} diff --git a/WindowsForms/tabbedmdi/Getting-Started.md b/WindowsForms/tabbedmdi/Getting-Started.md index b1e9e7a9a..cc533638d 100644 --- a/WindowsForms/tabbedmdi/Getting-Started.md +++ b/WindowsForms/tabbedmdi/Getting-Started.md @@ -7,9 +7,9 @@ control: TabbedMDIManager documentation: ug --- -# Getting Started with Windows Forms TabbedMDI +# Getting Started with WinForms TabbedMDI -This section explains how to design a **TabbedMDIManager** control in a Windows Forms application and overview its basic functionalities. +This section explains how to design a **WinForms TabbedMDI** control in a Windows Forms application and overview its basic functionalities. ## Assembly deployment @@ -17,11 +17,11 @@ Refer to the [Control Dependencies](https://help.syncfusion.com/windowsforms/con Refer to [NuGet Packages](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) to learn how to install nuget packages in a Windows Forms application. -## Adding TabbedMDIManger control via designer +## Adding WinForms TabbedMDI control via designer 1. Create a new Windows Forms project in Visual Studio. -2. Add the [TabbedMDIManager](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html) control to an application by dragging it from the toolbox to a designer view. The following dependent assemblies will be added automatically: +2. Add the [WinForms TabbedMDI](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html) control to an application by dragging it from the toolbox to a designer view. The following dependent assemblies will be added automatically: * Syncfusion.Grid.Base * Syncfusion.Grid.Windows @@ -32,7 +32,7 @@ Refer to [NuGet Packages](https://help.syncfusion.com/windowsforms/installation/ ![Windows Forms TabbedMDI drag and drop from toolbox](GettingStarted_images/Search.png) -As soon as the control is dropped, the Form1's `IsMDIContainer` property will be set to `true` and it is changed to an MDIContainer. Also, the [AttachedTo](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_AttachedTo) property of the TabbedMDIManager will be set to Form1. +As soon as the control is dropped, the Form1's `IsMDIContainer` property will be set to `true` and it is changed to an MDIContainer. Also, the [AttachedTo](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_AttachedTo) property of the WinForms TabbedMDI will be set to Form1. ![Windows Forms TabbedMDI added into the form](GettingStarted_images/ControlAdded.png) @@ -72,7 +72,7 @@ Imports Syncfusion.Windows.Forms.Tools {% endcapture %} {{ codesnippet1 | OrderList_Indent_Level_1 }} -4. Create an instance of the [TabbedMDIManager](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html) control. +4. Create an instance of the [WinForms TabbedMDI](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html) control. {% capture codesnippet2 %} {% tabs %} @@ -93,9 +93,9 @@ Dim tabbedMDIManager As TabbedMDIManager = New TabbedMDIManager() {% endcapture %} {{ codesnippet2 | OrderList_Indent_Level_1 }} -## Add Form as Tabbed MDI child +## Add Form as WinForms TabbedMDI child -We can attach the `Form1` to TabbedMDIManager container by using its [AttachToMdiContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_AttachToMdiContainer_System_Windows_Forms_Form_) function. Make sure whether the `IsMdIContainer` property of Form1 is set to `true`. Now the TabbedMDI mode will be turned on and any new MDIChildren created will be grouped as Tabs. Then, create a new Form and displays it in Form1. +We can attach the `Form1` to WinForms TabbedMDI container by using its [AttachToMdiContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_AttachToMdiContainer_System_Windows_Forms_Form_) function. Make sure whether the `IsMdIContainer` property of Form1 is set to `true`. Now the TabbedMDI mode will be turned on and any new MDIChildren created will be grouped as Tabs. Then, create a new Form and displays it in Form1. {% tabs %} @@ -103,7 +103,7 @@ We can attach the `Form1` to TabbedMDIManager container by using its [AttachToMd this.IsMdiContainer = true; -// Use the [AttachToMdiContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_AttachToMdiContainer_System_Windows_Forms_Form_) function only when the `AttachedTo` property of TabbedMDIManager is not set to Form1. +// Use the [AttachToMdiContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_AttachToMdiContainer_System_Windows_Forms_Form_) function only when the `AttachedTo` property of WinForms TabbedMDI is not set to Form1. this.tabbedMDIManager.AttachToMdiContainer(this); this.tabbedMDIManager.TabStyle = typeof(Syncfusion.Windows.Forms.Tools.TabRendererOffice2016Colorful); @@ -149,9 +149,9 @@ The following screenshot illustrates new form will be tabbed inside form1. ## Create tab group -The `TabbedMDIManager` provides support to create a tab group horizontally or vertically. +The `WinForms TabbedMDI` provides support to create a tab group horizontally or vertically. -[CreateNewHorizontalGroup](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_CreateNewHorizontalGroup) function helps to create a new tab group horizontally in TabbedMDIManager. +[CreateNewHorizontalGroup](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_CreateNewHorizontalGroup) function helps to create a new tab group horizontally in WinForms TabbedMDI. {% tabs %} @@ -194,7 +194,7 @@ Me.tabbedMDIManager.CreateNewHorizontalGroup() ![Horizontal tab group created in Tabbed MDI Manager](GettingStarted_images/TabGroupHorizontal.png) -[CreateNewVerticalGroup](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_CreateNewVerticalGroup) function helps to create a new tab group vertically in TabbedMDIManager. +[CreateNewVerticalGroup](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_CreateNewVerticalGroup) function helps to create a new tab group vertically in WinForms TabbedMDI. {% tabs %} diff --git a/WindowsForms/tabbedmdi/Interactive-Features.md b/WindowsForms/tabbedmdi/Interactive-Features.md index 401e1d829..58ba77dd3 100644 --- a/WindowsForms/tabbedmdi/Interactive-Features.md +++ b/WindowsForms/tabbedmdi/Interactive-Features.md @@ -7,7 +7,7 @@ control: TabbedMDIManager documentation: ug --- -# Interactive Features in Windows Forms TabbedMDI +# Interactive Features in WinForms TabbedMDI This section discusses the Interactive Features of TabControlAdv. @@ -59,11 +59,11 @@ Me.TabbedMDIManager.GetTooltip(doc, "Tooltip for " + doc.Text) ## Context menu -The TabbedMDI Layout mode enables the default Context Menu that pops-up whenever the user right-clicks on any of the tabs. +The WinForms TabbedMDI Layout mode enables the default Context Menu that pops-up whenever the user right-clicks on any of the tabs. The [ContextMenuItem](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_ContextMenuItem) property is used to select the context menu that should be used along with the default tab context menu when the user right-clicks on a tab. -Below image will reproduce the Context Menu feature available in an MDI application in TabbedMDI mode. +Below image will reproduce the Context Menu feature available in an MDI application in WinForms TabbedMDI mode. ![Tab item context menu](Interactive-Features_images/Interactive-Features_img2.jpeg) @@ -71,9 +71,9 @@ Below image will reproduce the Context Menu feature available in an MDI applicat ## Customize context menu -On right-clicking the tabs in the TabbedMDI layout, a default context menu will appear. This context menu can be customized programmatically to add custom bar items. +On right-clicking the tabs in the WinForms TabbedMDI layout, a default context menu will appear. This context menu can be customized programmatically to add custom bar items. -* Create a TabbedMDI Layout. +* Create a WinForms TabbedMDI Layout. * Add the below code snippets in the respective places as directed. * The below given code will add two bar items to the default context menu. diff --git a/WindowsForms/tabbedmdi/MDI-List.md b/WindowsForms/tabbedmdi/MDI-List.md index c099f5e66..ee9841233 100644 --- a/WindowsForms/tabbedmdi/MDI-List.md +++ b/WindowsForms/tabbedmdi/MDI-List.md @@ -7,16 +7,16 @@ control: TabbedMDIPackage documentation: ug --- -# MDI List in Windows Forms TabbedMDI +# MDI List in WinForms TabbedMDI -By using the TabbedMDIManager Framework, you can make your MDI container form's [MDIChildren](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_MdiChildren) property obsolete. The value returned by this property will not be an accurate reflection of the MDIChildren. You should instead use the TabbedMDIManager's [MDIChildren](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_MdiChildren) property to get a list of the MDIChild forms. +By using the WinForms TabbedMDI Framework, you can make your MDI container form's [MDIChildren](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_MdiChildren) property obsolete. The value returned by this property will not be an accurate reflection of the MDIChildren. You should instead use the WinForms TabbedMDI's [MDIChildren](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_MdiChildren) property to get a list of the MDIChild forms. Property table
- TabbedMDIManager property + WinForms TabbedMDI property Description
@@ -84,16 +84,16 @@ End Sub ## MDI list in menus -If you want an MDI List in your menus, use the TabbedMDIManager's [MDIListMenuItem](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_MdiListMenuItem) property. This will duplicate the exact functionality that the MDIList property of the MenuItem class provides. This menu item will then be managed by the TabbedMDIManager, even when it is not attached to your container form. +If you want an MDI List in your menus, use the WinForms TabbedMDI's [MDIListMenuItem](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_MdiListMenuItem) property. This will duplicate the exact functionality that the MDIList property of the MenuItem class provides. This menu item will then be managed by the WinForms TabbedMDI, even when it is not attached to your container form. -Also, you can add an MDI List to your tool strip menus, using the TabbedMDIManager's [MDIListToolStripItem](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_MdiListToolStripItem) property. This will duplicate the exact functionality that the MDI List property of the ToolStripItem class provides. +Also, you can add an MDI List to your tool strip menus, using the WinForms TabbedMDI's [MDIListToolStripItem](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_MdiListToolStripItem) property. This will duplicate the exact functionality that the MDI List property of the ToolStripItem class provides. Property table
- TabbedMDIManager property + WinForms TabbedMDI property Description
@@ -158,7 +158,7 @@ End Sub When using XP Menus in Essential Tools as the MDIContainer's Main Menu, this property need not be set. Instead, use the [MDIListBarItem](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.XPMenus.MdiListBarItem.html) in XP Menus to represent the MDIChild windows list. -The XP Menus Framework automatically handles the case when the MDIChild windows layout is managed by the TabbedMDIManager. +The XP Menus Framework automatically handles the case when the MDIChild windows layout is managed by the WinForms TabbedMDI. ![Menu item](MDI-List_images/MDI-List_img3.jpeg) diff --git a/WindowsForms/tabbedmdi/Overview.md b/WindowsForms/tabbedmdi/Overview.md index 8a183f1b4..4b9b8e253 100644 --- a/WindowsForms/tabbedmdi/Overview.md +++ b/WindowsForms/tabbedmdi/Overview.md @@ -7,9 +7,9 @@ control: TabbedMDIManager documentation: ug --- -# About Syncfusion® Windows Forms TabbedMDI Control +# About Syncfusion® WinForms TabbedMDI Control -The [TabbedMDIManager](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html) control provides a new TabbedMDI layout mode as an alternative to the default Cascade and Tiled modes like Visual Studio .NET IDE. It offers tabbed groups support that allows the end users to create multiple document interface (MDI) applications to display one or more tabbed windows in the MDI client area and complete customization option for the control. If an application contains more than one MDI tabbed group, the groups are separated by splitters. With a single function call, you can switch between `TabbedMDI` and `RegularMDI` layout modes. +The [WinForms TabbedMDI](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html) control provides a new TabbedMDI layout mode as an alternative to the default Cascade and Tiled modes like Visual Studio .NET IDE. It offers tabbed groups support that allows the end users to create multiple document interface (MDI) applications to display one or more tabbed windows in the MDI client area and complete customization option for the control. If an application contains more than one MDI tabbed group, the groups are separated by splitters. With a single function call, you can switch between `TabbedMDI` and `RegularMDI` layout modes. ![Tabbed MDI forms for Windows Forms](Overview_images/TabbedMDIManager.png) @@ -27,7 +27,7 @@ The [TabbedMDIManager](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Wi **MDI List** - Provides options to retrieve a list of MDIChild forms in the application, and also provides the MenuItem or ToolStrip MenuItem to the list that should be added can be specified. -**Button support** - Provides options to display the close button individually for each tab. It also provides options to enable or disable [DropDown](/windowsforms/tabbedmdi/button-settings#dropdown-button) and [Close buttons](/windowsforms/tabbedmdi/button-settings#close-button) in TabbedMDIManager. +**Button support** - Provides options to display the close button individually for each tab. It also provides options to enable or disable [DropDown](/windowsforms/tabbedmdi/button-settings#dropdown-button) and [Close buttons](/windowsforms/tabbedmdi/button-settings#close-button) in WinForms TabbedMDI. **ToolTip** - Provides options to show or hide tooltip when the mouse pointer is placed over the tabs. diff --git a/WindowsForms/tabbedmdi/Serialization-support.md b/WindowsForms/tabbedmdi/Serialization-support.md index fd6b9e82a..2886ad164 100644 --- a/WindowsForms/tabbedmdi/Serialization-support.md +++ b/WindowsForms/tabbedmdi/Serialization-support.md @@ -7,7 +7,7 @@ control: TabbedMDIManager documentation: ug --- -# Serialization Support in Windows Forms TabbedMDI +# Serialization Support in WinForms TabbedMDI The [AppStateSerializer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Runtime.Serialization.AppStateSerializer.html) class is a serialization utility that allows multiple components in an application to access a common disk I/O medium for state persistence. Using the same storage medium for persisting the state information across components, without overlying them together, helps avoid the file clutter that is bound to occur by components using distinct files. @@ -19,7 +19,7 @@ The TabGroupStates can be serialized in, * Memory Stream * Default Storage Medium (null parameter constructor). -The TabbedMDIManager class uses the [SaveTabGroupState](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_SaveTabGroupStates) and [LoadTabGroupState](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_LoadTabGroupStates) methods to save and load TabGroupState respectively. +The WinForms TabbedMDI class uses the [SaveTabGroupState](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_SaveTabGroupStates) and [LoadTabGroupState](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_LoadTabGroupStates) methods to save and load TabGroupState respectively. Methods table diff --git a/WindowsForms/tabbedmdi/Styles-Settings.md b/WindowsForms/tabbedmdi/Styles-Settings.md index 0515a1206..aae4b6b59 100644 --- a/WindowsForms/tabbedmdi/Styles-Settings.md +++ b/WindowsForms/tabbedmdi/Styles-Settings.md @@ -7,25 +7,25 @@ control: TabbedMDIManager documentation: ug --- -# Styles Settings in Windows Forms TabbedMDI +# Styles Settings in WinForms TabbedMDI -This section discusses about the Style Settings available in TabbedMDIManager control that can be used to create applications that are attractive and appealing to the end-users. +This section discusses about the Style Settings available in WinForms TabbedMDI control that can be used to create applications that are attractive and appealing to the end-users. ## Tab styles -TabbedMDI Framework provides the ability to support a number of tab styles. The tabbedMDIManager's [TabStyle](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_TabStyle) property lets users specify the required style for the Tabs. +TabbedMDI Framework provides the ability to support a number of tab styles. The WinForms TabbedMDI's [TabStyle](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html#Syncfusion_Windows_Forms_Tools_TabbedMDIManager_TabStyle) property lets users specify the required style for the Tabs. Property table +Specifies the style for the tabs of the WinForms TabbedMDI Control. The options include:2D,3D,WorkbookMode,WhidbeyStyle,DockingWhidbeyStyle,DockingWhidbeyBetaStyle,Office2003Style,Office2007Style,OneNoteStyle,OneNoteStyleFlatTabsStyle,InternetExplorer7Style,MetroStyle,Office2016Colorful,Office2016White,Office2016DarkGray and Office2016Black.
-TabbedMDIManager property +WinForms TabbedMDI property Description
TabStyle -Specifies the style for the tabs of the TabbedMDIManager Control. The options include:2D,3D,WorkbookMode,WhidbeyStyle,DockingWhidbeyStyle,DockingWhidbeyBetaStyle,Office2003Style,Office2007Style,OneNoteStyle,OneNoteStyleFlatTabsStyle,InternetExplorer7Style,MetroStyle,Office2016Colorful,Office2016White,Office2016DarkGray and Office2016Black.
## 2D @@ -505,19 +505,19 @@ Me.tabbedMDIManager.TabStyle = GetType(Syncfusion.Windows.Forms.Tools.TabRendere ## Window styles -The windows in the TabbedMDI Framework can be arranged in four different styles. To set the styles of the windows, the MDIParent form should be detached from the TabbedMDIManager. +The windows in the TabbedMDI Framework can be arranged in four different styles. To set the styles of the windows, the MDIParent form should be detached from the WinForms TabbedMDI. -N> The DetachFromMdIContainer method is used to detach an MDIParent from the TabbedMDIManager. +N> The DetachFromMdIContainer method is used to detach an MDIParent from the WinForms TabbedMDI. +Specifies the style for the windows of the WinForms TabbedMDI Control. The options include:TileHorizontal,TileVertical,Cascade andArrangeIcons.
-TabbedMDIManager property +WinForms TabbedMDI property Description
WindowStyle -Specifies the style for the windows of the TabbedMDIManager Control. The options include:TileHorizontal,TileVertical,Cascade andArrangeIcons.
{% tabs %} diff --git a/WindowsForms/tabbedmdi/Tab-Alignment.md b/WindowsForms/tabbedmdi/Tab-Alignment.md index 28e48de69..eee0565fb 100644 --- a/WindowsForms/tabbedmdi/Tab-Alignment.md +++ b/WindowsForms/tabbedmdi/Tab-Alignment.md @@ -7,9 +7,9 @@ control: TabbedMDIManager documentation: ug --- -# Tab Alignment in Windows Forms TabbedMDI +# Tab Alignment in WinForms TabbedMDI -The tabs in the TabbedMDI layout can be aligned to the Top, Left, Right, and Bottom of the form using the [Alignment](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_Alignment) property. To access the Alignment property, you should use the TabControlAdded event. This event is fired to let the user configure the tab appearance and behavior. +The tabs in the WinForms TabbedMDI layout can be aligned to the Top, Left, Right, and Bottom of the form using the [Alignment](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabControlAdv.html#Syncfusion_Windows_Forms_Tools_TabControlAdv_Alignment) property. To access the Alignment property, you should use the TabControlAdded event. This event is fired to let the user configure the tab appearance and behavior. 1. Call the TabControlAdded event in the form's constructor. diff --git a/WindowsForms/tabbedmdi/Tab-Groups.md b/WindowsForms/tabbedmdi/Tab-Groups.md index 07780f3a4..87147de6a 100644 --- a/WindowsForms/tabbedmdi/Tab-Groups.md +++ b/WindowsForms/tabbedmdi/Tab-Groups.md @@ -7,9 +7,9 @@ control: TabbedMDIManager documentation: ug --- -# Tab groups in Windows Forms TabbedMDI control +# Tab groups in WinForms TabbedMDI control -TabbedMDIManager supports multiple TabGroups which can be resizable. It allows users to programmatically control and restrict the number and layout of the tab groups and also lets users to associate a form with a specific tab group. This way users can provide a custom tabbed layout for the end users of the TabbedMDI application. The MDI Children can arranged horizontally or vertically. +WinForms TabbedMDI supports multiple TabGroups which can be resizable. It allows users to programmatically control and restrict the number and layout of the tab groups and also lets users to associate a form with a specific tab group. This way users can provide a custom tabbed layout for the end users of the WinForms TabbedMDI application. The MDI Children can arranged horizontally or vertically. ![Tab groups](Tab-Groups_images/Tab-Groups_img1.jpeg) @@ -64,7 +64,7 @@ Private TabbedGroupedMDIManager As TabbedMDIManager {{ codesnippet2 | OrderList_Indent_Level_1 }} * Set the form's [IsMdiContainer](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.form.ismdicontainer?view=netframework-4.7.2) property to `true`. -* Initialize the TabbedMDIManager and set the required properties. +* Initialize the WinForms TabbedMDI and set the required properties. {% capture codesnippet3 %} {% tabs %} @@ -122,7 +122,7 @@ End Sub {% endcapture %} {{ codesnippet3 | OrderList_Indent_Level_1 }} -* Attach the TabbedMDIManager to your form and specify the Tab Groups. +* Attach the WinForms TabbedMDI to your form and specify the Tab Groups. {% capture codesnippet4 %} {% tabs %} diff --git a/WindowsForms/tabbedmdi/TabbedMDIManager-Events.md b/WindowsForms/tabbedmdi/TabbedMDIManager-Events.md index 43fd5d135..8371bc18e 100644 --- a/WindowsForms/tabbedmdi/TabbedMDIManager-Events.md +++ b/WindowsForms/tabbedmdi/TabbedMDIManager-Events.md @@ -7,7 +7,7 @@ control: TabbedMDIManager documentation: ug --- -# TabbedMDIManager Events in Windows Forms TabbedMDI +# Events in WinForms TabbedMDI The list of events and a detailed explanation about each of them is given in the following sections. @@ -16,12 +16,12 @@ Events table +This event is handled before an MDI child is added to the WinForms TabbedMDI.
- TabbedMDIManager events + WinForms TabbedMDI events Description
BeforeMDIChildAdded event -This event is handled before an MDI child is added to the TabbedMDIManager.
BeforeDropDownPopup event @@ -46,7 +46,7 @@ This event is handled to notify that the locked MDI client area is being unlocke ## BeforeMDIChildAdded event -This [BeforeMDIChildAdded event](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html) occurs before an MDIChild is added to the TabbedMDIManager. +This [BeforeMDIChildAdded event](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabbedMDIManager.html) occurs before an MDIChild is added to the WinForms TabbedMDI. {% tabs %} diff --git a/WindowsForms/tabbedmdi/UserControls-as-Tabs.md b/WindowsForms/tabbedmdi/UserControls-as-Tabs.md index be8c88355..dfb353907 100644 --- a/WindowsForms/tabbedmdi/UserControls-as-Tabs.md +++ b/WindowsForms/tabbedmdi/UserControls-as-Tabs.md @@ -7,11 +7,11 @@ control: TabbedMDIPackage documentation: ug --- -# UserControls as Tabs in Windows Forms TabbedMDI +# UserControls as Tabs in WinForms TabbedMDI -Normally TabbedMDI is used in MDI applications where the Child forms are the children that get tabbed. But, we can also use TabbedMDI with User Controls as children that are dockable. +Normally WinForms TabbedMDI is used in MDI applications where the Child forms are the children that get tabbed. But, we can also use WinForms TabbedMDI with User Controls as children that are dockable. -Add a UserControl to the form and initialize it inside the parent form. Add a DockingManager and a TabbedMDIManager Control. Dock the User Control and set it as an MDIChild using the below code snippet. +Add a UserControl to the form and initialize it inside the parent form. Add a DockingManager and a WinForms TabbedMDI Control. Dock the User Control and set it as an MDIChild using the below code snippet. {% tabs %} From 367a4b56f64aaabe98c544a5ea52d8784c82ee3f Mon Sep 17 00:00:00 2001 From: Vinoth Date: Thu, 10 Sep 2026 15:55:57 +0530 Subject: [PATCH 2/3] 1050621-Fixed the redundant keyword issues in TabbedMDIManager WF control --- WindowsForms/tabbedmdi/Tab-Groups.md | 2 +- WindowsForms/tabbedmdi/UserControls-as-Tabs.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/WindowsForms/tabbedmdi/Tab-Groups.md b/WindowsForms/tabbedmdi/Tab-Groups.md index 87147de6a..de66f96e7 100644 --- a/WindowsForms/tabbedmdi/Tab-Groups.md +++ b/WindowsForms/tabbedmdi/Tab-Groups.md @@ -9,7 +9,7 @@ documentation: ug # Tab groups in WinForms TabbedMDI control -WinForms TabbedMDI supports multiple TabGroups which can be resizable. It allows users to programmatically control and restrict the number and layout of the tab groups and also lets users to associate a form with a specific tab group. This way users can provide a custom tabbed layout for the end users of the WinForms TabbedMDI application. The MDI Children can arranged horizontally or vertically. +WinForms TabbedMDI supports multiple TabGroups which can be resizable. It allows users to programmatically control and restrict the number and layout of the tab groups and also lets users to associate a form with a specific tab group. This way users can provide a custom tabbed layout for the end users of the control's application. The MDI Children can arranged horizontally or vertically. ![Tab groups](Tab-Groups_images/Tab-Groups_img1.jpeg) diff --git a/WindowsForms/tabbedmdi/UserControls-as-Tabs.md b/WindowsForms/tabbedmdi/UserControls-as-Tabs.md index dfb353907..9a7270643 100644 --- a/WindowsForms/tabbedmdi/UserControls-as-Tabs.md +++ b/WindowsForms/tabbedmdi/UserControls-as-Tabs.md @@ -9,7 +9,7 @@ documentation: ug # UserControls as Tabs in WinForms TabbedMDI -Normally WinForms TabbedMDI is used in MDI applications where the Child forms are the children that get tabbed. But, we can also use WinForms TabbedMDI with User Controls as children that are dockable. +Normally WinForms TabbedMDI is used in MDI applications where the Child forms are the children that get tabbed. But, we can also use it with User Controls as children that are dockable. Add a UserControl to the form and initialize it inside the parent form. Add a DockingManager and a WinForms TabbedMDI Control. Dock the User Control and set it as an MDIChild using the below code snippet. From d365a6102581a95d0fdcdc4b496a33f45b99c416 Mon Sep 17 00:00:00 2001 From: Vinoth Date: Thu, 10 Sep 2026 17:36:49 +0530 Subject: [PATCH 3/3] Dummy commit for CI Trigger --- WindowsForms/tabbedmdi/Appearance-Settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowsForms/tabbedmdi/Appearance-Settings.md b/WindowsForms/tabbedmdi/Appearance-Settings.md index f23a4503f..1da57d8e7 100644 --- a/WindowsForms/tabbedmdi/Appearance-Settings.md +++ b/WindowsForms/tabbedmdi/Appearance-Settings.md @@ -9,7 +9,7 @@ documentation: ug # Appearance Settings in WinForms TabbedMDI -The variousAppearance Settings for WinForms TabbedMDI are discussed in this section. +The variousAppearance Settings for WinForms TabbedMDI are discussed in this section. ## Foreground settings