diff --git a/WindowsForms/Docking-Manager/Appearance.md b/WindowsForms/Docking-Manager/Appearance.md index 9d4ca0a3f..8f6f003a7 100644 --- a/WindowsForms/Docking-Manager/Appearance.md +++ b/WindowsForms/Docking-Manager/Appearance.md @@ -1,7 +1,7 @@ --- layout: post -title: Appearance in Windows Forms Docking Manager control | Syncfusion® -description: Learn about Appearance support in Syncfusion® Windows Forms Docking Manager control and more details. +title: Appearance in Windows Forms Docking Manager | Syncfusion® +description: The appearance of the Docking Manager control lets you customize themes, visual styles, colors, and more for dock, float, and auto hide windows. platform: windowsforms control: DockingManager documentation: ug diff --git a/WindowsForms/Docking-Manager/Auto-Hide-Window.md b/WindowsForms/Docking-Manager/Auto-Hide-Window.md index 97675d2f0..82552b6e2 100644 --- a/WindowsForms/Docking-Manager/Auto-Hide-Window.md +++ b/WindowsForms/Docking-Manager/Auto-Hide-Window.md @@ -1,7 +1,7 @@ --- layout: post title: Auto Hide Window in Windows Forms Docking Manager | Syncfusion® -description: Learn about Auto Hide Window support in Syncfusion® Essential Studio® Windows Forms Docking Manager control and more. +description: The Auto Hide Window feature in Docking Manager hides docked controls along the side of the container, allowing quick access when needed. platform: windowsforms control: DockingManager documentation: ug diff --git a/WindowsForms/Docking-Manager/Dealing-with-docking-child.md b/WindowsForms/Docking-Manager/Dealing-with-docking-child.md index a041ccc46..4ce1be786 100644 --- a/WindowsForms/Docking-Manager/Dealing-with-docking-child.md +++ b/WindowsForms/Docking-Manager/Dealing-with-docking-child.md @@ -1,13 +1,13 @@ --- layout: post -title: Dealing with docking child | WinForms Docking Manager| Syncfusion® -description: Learn about Dealing with docking child support in Syncfusion® Windows Forms Docking Manager control and more. +title: Dealing with Docking Child in Docking Manager | Syncfusion® +description: Dealing with docking child lets you resize, position, and customize caption buttons and context menus of docking child windows in Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# Dealing with docking child in Windows Forms Docking Manager +# Dealing with Docking Child in Docking Manager This section explains about resizing and positioning of child windows in DockingManager. And also explains customizing the visibility of caption button and context menu of docking child windows. diff --git a/WindowsForms/Docking-Manager/Dock-Window.md b/WindowsForms/Docking-Manager/Dock-Window.md index 9c94347de..0fa67b75d 100644 --- a/WindowsForms/Docking-Manager/Dock-Window.md +++ b/WindowsForms/Docking-Manager/Dock-Window.md @@ -1,7 +1,7 @@ --- layout: post -title: Dock Window in Windows Forms Docking Manager control | Syncfusion® -description: Learn about Dock Window support in Syncfusion® Windows Forms Docking Manager control and more details. +title: Dock Window in Windows Forms Docking Manager | Syncfusion® +description: The dock window feature in Docking Manager lets you customize captions, add buttons, and configure context menus for docked controls. platform: windowsforms control: DockingManager documentation: ug diff --git a/WindowsForms/Docking-Manager/Docking-Client-Panel.md b/WindowsForms/Docking-Manager/Docking-Client-Panel.md index d76879097..27ac39437 100644 --- a/WindowsForms/Docking-Manager/Docking-Client-Panel.md +++ b/WindowsForms/Docking-Manager/Docking-Client-Panel.md @@ -1,7 +1,7 @@ --- layout: post -title: Docking Client Panel in WinForms Docking Manager | Syncfusion® -description: Learn about Docking Client Panel support in Syncfusion® Windows Forms Docking Manager control and more details. +title: Docking Client Panel in Windows Forms Docking Manager | Syncfusion® +description: The Docking Client Panel in Docking Manager synchronizes MDI client window resizing with changes in docking windows layout at run-time. platform: windowsforms control: DockingManager documentation: ug diff --git a/WindowsForms/Docking-Manager/Docking-Events.md b/WindowsForms/Docking-Manager/Docking-Events.md index d9ba41db7..ca908701d 100644 --- a/WindowsForms/Docking-Manager/Docking-Events.md +++ b/WindowsForms/Docking-Manager/Docking-Events.md @@ -1,7 +1,7 @@ ---- +--- layout: post -title: Docking Events in Windows Forms Docking Manager control | Syncfusion® -description: Learn about Docking Events support in Syncfusion® Windows Forms Docking Manager control and more details. +title: Docking Events in Windows Forms Docking Manager | Syncfusion® +description: The docking events in Docking Manager provide programmatic access to handle dock, float, auto hide, and state persistence notifications. platform: windowsforms control: DockingManager documentation: ug diff --git a/WindowsForms/Docking-Manager/FAQ/ContextMenu/How-to-customize-the-dock-context-menu-of-a-docked-control.md b/WindowsForms/Docking-Manager/FAQ/ContextMenu/How-to-customize-the-dock-context-menu-of-a-docked-control.md index d004270c8..d7b5eca51 100644 --- a/WindowsForms/Docking-Manager/FAQ/ContextMenu/How-to-customize-the-dock-context-menu-of-a-docked-control.md +++ b/WindowsForms/Docking-Manager/FAQ/ContextMenu/How-to-customize-the-dock-context-menu-of-a-docked-control.md @@ -1,13 +1,13 @@ --- layout: post -title: How to customize the dock context menu of a docked control | WindowsForms | Syncfusion® -description: How to customize the dock context menu of a docked control +title: How to customize the dock context menu in Docking Manager | Syncfusion® +description: Learn how to customize the dock context menu of a docked control in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# How to customize the dock context menu of a docked control? +# How to customize the dock context menu in Docking Manager ContextMenu of the Docked controls can be customized using DockContextMenu event in DockingManager.The DockContextMenu event is fired when the mouse is right-clicked over a docking window's caption. diff --git a/WindowsForms/Docking-Manager/FAQ/ContextMenu/How-to-display-context-menu-of-a-docked-control-at-a-specified-point.md b/WindowsForms/Docking-Manager/FAQ/ContextMenu/How-to-display-context-menu-of-a-docked-control-at-a-specified-point.md index 0b2cd2666..768381cc9 100644 --- a/WindowsForms/Docking-Manager/FAQ/ContextMenu/How-to-display-context-menu-of-a-docked-control-at-a-specified-point.md +++ b/WindowsForms/Docking-Manager/FAQ/ContextMenu/How-to-display-context-menu-of-a-docked-control-at-a-specified-point.md @@ -1,13 +1,13 @@ --- layout: post -title: How to display context menu of a docked control at a specified point | WindowsForms | Syncfusion® -description: How to display context menu of a docked control at a specified point +title: How to display context menu at a specified point in Docking Manager | Syncfusion® +description: Learn how to display context menu of a docked control at a specified point in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# How to display context menu of a docked control at a specified point? +# How to display context menu at a specified point in Docking Manager This can be done using ShowMenu method. diff --git a/WindowsForms/Docking-Manager/FAQ/DockState/How-to-avoid-flickering-while-loading-dock-state.md b/WindowsForms/Docking-Manager/FAQ/DockState/How-to-avoid-flickering-while-loading-dock-state.md index cff14fc2c..efe444a0a 100644 --- a/WindowsForms/Docking-Manager/FAQ/DockState/How-to-avoid-flickering-while-loading-dock-state.md +++ b/WindowsForms/Docking-Manager/FAQ/DockState/How-to-avoid-flickering-while-loading-dock-state.md @@ -1,13 +1,13 @@ --- layout: post -title: How to avoid flickering while loading dock state |WinForms |Syncfusion® -description: This section explains about how to avoid flickering while loading dock state in the WindowsForms DockingManager. +title: How to avoid flickering while loading dock state in Docking Manager | Syncfusion® +description: Learn how to avoid flickering while loading dock state in Syncfusion Windows Forms Docking Manager control. platform: windowsforms control: DockingManager documentation: ug --- -# How to avoid flickering while loading dock state? +# How to avoid flickering while loading dock state in Docking Manager Flickering can be avoided by calling the below methods. diff --git a/WindowsForms/Docking-Manager/FAQ/DockState/How-to-restore-the-original-docking-windows-layout-that-was-set-within-the-Windows-Forms-designer.md b/WindowsForms/Docking-Manager/FAQ/DockState/How-to-restore-the-original-docking-windows-layout-that-was-set-within-the-Windows-Forms-designer.md index 14ab4593c..f0c1597b9 100644 --- a/WindowsForms/Docking-Manager/FAQ/DockState/How-to-restore-the-original-docking-windows-layout-that-was-set-within-the-Windows-Forms-designer.md +++ b/WindowsForms/Docking-Manager/FAQ/DockState/How-to-restore-the-original-docking-windows-layout-that-was-set-within-the-Windows-Forms-designer.md @@ -1,14 +1,14 @@ --- layout: post -title: How to restore the original docking windows layout that was set within the Windows Forms designer | WindowsForms | Syncfusion® -description: How to restore the original docking windows layout that was set within the Windows Forms designer +title: How to restore the original docking windows layout in Docking Manager | Syncfusion® +description: Learn how to restore the original docking windows layout set within the designer in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# How to restore the original docking windows layout that was set within the Windows Forms designer? +# How to restore the original docking windows layout in Docking Manager Calling `LoadDesignerDockState()` method at run time, will restore the docking windows layout that was set in the Designer. diff --git a/WindowsForms/Docking-Manager/FAQ/DockedGroup/How-to-Access-the-Collection-of-Dock-Enabled-Controls.md b/WindowsForms/Docking-Manager/FAQ/DockedGroup/How-to-Access-the-Collection-of-Dock-Enabled-Controls.md index ec92e3cbd..285da254c 100644 --- a/WindowsForms/Docking-Manager/FAQ/DockedGroup/How-to-Access-the-Collection-of-Dock-Enabled-Controls.md +++ b/WindowsForms/Docking-Manager/FAQ/DockedGroup/How-to-Access-the-Collection-of-Dock-Enabled-Controls.md @@ -1,14 +1,14 @@ --- layout: post -title: Collection of DockEnabled Controls | WindowsForms | Syncfusion® -description: Learn about How to Access the Collection of Dock-Enabled Controls, with Syncfusion® Essential Studio® Windows Forms +title: How to access the collection of dock-enabled controls in Docking Manager | Syncfusion® +description: Learn how to access the collection of dock-enabled controls in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# How to access the collection of Dock-Enabled controls? +# How to access the collection of dock-enabled controls in Docking Manager The DockingManager.Controls property returns an enumerator that may be used for accessing the controls that are currently associated with the DockingManager. To access and modify the DockingManager’s control, the contents of the enumerator should first be copied to a temporary collection. diff --git a/WindowsForms/Docking-Manager/FAQ/DockedGroup/How-to-determine-whether-any-two-controls-are-in-the-same-tabbed-group.md b/WindowsForms/Docking-Manager/FAQ/DockedGroup/How-to-determine-whether-any-two-controls-are-in-the-same-tabbed-group.md index 7fee7c783..3de023655 100644 --- a/WindowsForms/Docking-Manager/FAQ/DockedGroup/How-to-determine-whether-any-two-controls-are-in-the-same-tabbed-group.md +++ b/WindowsForms/Docking-Manager/FAQ/DockedGroup/How-to-determine-whether-any-two-controls-are-in-the-same-tabbed-group.md @@ -1,7 +1,7 @@ --- layout: post -title: How to determine whether any two controls are in the same tabbed group | WindowsForms | Syncfusion® -description: How to determine whether any two controls are in the same tabbed group +title: How to determine whether two controls are in the same tabbed group in Docking Manager | Syncfusion® +description: Learn how to determine whether any two controls are in the same tabbed group in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug @@ -9,7 +9,7 @@ documentation: ug -# How to determine whether any two controls are in the same tabbed group? +# How to determine whether two controls are in the same tabbed group in Docking Manager To determine whether two controls are in same tabbed group `IsSameTabbedGroup` method can be used. diff --git a/WindowsForms/Docking-Manager/FAQ/DockedGroup/How-to-get-the-docking-group-details.md b/WindowsForms/Docking-Manager/FAQ/DockedGroup/How-to-get-the-docking-group-details.md index 19d144237..1fa01e466 100644 --- a/WindowsForms/Docking-Manager/FAQ/DockedGroup/How-to-get-the-docking-group-details.md +++ b/WindowsForms/Docking-Manager/FAQ/DockedGroup/How-to-get-the-docking-group-details.md @@ -1,7 +1,7 @@ --- layout: post -title: How to get the docking group details | WindowsForms | Syncfusion® -description: Learn here about How to get the docking group details with Syncfusion® Essential Studio® Windows Forms DockingManager Control +title: How to get the docking group details in Docking Manager | Syncfusion® +description: Learn how to get the docking group details in Syncfusion Windows Forms Docking Manager control and customize grouping options. platform: windowsforms control: DockingManager documentation: ug @@ -9,7 +9,7 @@ documentation: ug -# How to get the docking group details? +# How to get the docking group details in Docking Manager There is no concept of 'group' in Docking Manager and a tabbed group is just an intermediate state. However, if necessary, this can be determined by first ascertaining that the control is in a tabbed docking group, getting hold of the DockTabController, it’s DockTab and then iterating the DockTabPages. The DockHostClient member of each DockTabPage will reference the DockHostController that is associated with it. Once the controller is available, we can get the control through the HostControl property of DockHostController and use the control’s Controls[0] indexer to get the actual dockable control. diff --git a/WindowsForms/Docking-Manager/FAQ/Floating/How-to-find-out-whether-a-docked-control-is-floating-or-not.md b/WindowsForms/Docking-Manager/FAQ/Floating/How-to-find-out-whether-a-docked-control-is-floating-or-not.md index ff0b9873f..5b6c4207d 100644 --- a/WindowsForms/Docking-Manager/FAQ/Floating/How-to-find-out-whether-a-docked-control-is-floating-or-not.md +++ b/WindowsForms/Docking-Manager/FAQ/Floating/How-to-find-out-whether-a-docked-control-is-floating-or-not.md @@ -1,13 +1,13 @@ --- layout: post -title: How to find out whether a docked control is floating or not | WindowsForms | Syncfusion® -description: How to find out whether a docked control is floating or not +title: How to find whether a docked control is floating in Docking Manager | Syncfusion® +description: Learn how to find out whether a docked control is floating or not in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# How to find out whether a docked control is floating or not? +# How to find whether a docked control is floating in Docking Manager This can be achieved by calling `IsFloating` method. diff --git a/WindowsForms/Docking-Manager/FAQ/Floating/How-to-float-a-single-control-even-if-it-is-tabbed-to-many-controls.md b/WindowsForms/Docking-Manager/FAQ/Floating/How-to-float-a-single-control-even-if-it-is-tabbed-to-many-controls.md index 9efffed8f..0fdee458e 100644 --- a/WindowsForms/Docking-Manager/FAQ/Floating/How-to-float-a-single-control-even-if-it-is-tabbed-to-many-controls.md +++ b/WindowsForms/Docking-Manager/FAQ/Floating/How-to-float-a-single-control-even-if-it-is-tabbed-to-many-controls.md @@ -1,7 +1,7 @@ --- layout: post -title: How to float a single control even if it is tabbed to many controls | WindowsForms | Syncfusion® -description: How to float a single control even if it is tabbed to many controls +title: How to float a single control even if it is tabbed to many controls in Docking Manager | Syncfusion® +description: Learn how to float a single control even if it is tabbed to many controls in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug @@ -9,7 +9,7 @@ documentation: ug -# How to float a single control even if it is tabbed to many controls? +# How to float a single control even if it is tabbed to many controls in Docking Manager The `FloatControl` method enables the end users to float a particular control. Using this method, we can float a single control even if it is tabbed with many controls. diff --git a/WindowsForms/Docking-Manager/FAQ/Floating/How-to-get-individual-floating-controls-properties.md b/WindowsForms/Docking-Manager/FAQ/Floating/How-to-get-individual-floating-controls-properties.md index 7b032a0df..32776a5bb 100644 --- a/WindowsForms/Docking-Manager/FAQ/Floating/How-to-get-individual-floating-controls-properties.md +++ b/WindowsForms/Docking-Manager/FAQ/Floating/How-to-get-individual-floating-controls-properties.md @@ -1,13 +1,13 @@ --- layout: post -title: Individual floating controls properties | WindowsForms | Syncfusion® -description: Learn here about How to get individual floating controls properties with Syncfusion® Essential Studio® Windows Forms DockingManager Control +title: How to get individual floating controls properties in Docking Manager | Syncfusion® +description: Learn how to get individual floating controls properties in Syncfusion Windows Forms Docking Manager control. platform: windowsforms control: DockingManager documentation: ug --- -# How to get individual floating controls properties? +# How to get individual floating controls properties in Docking Manager To get the x,y coordinates of the control if it is in floating state, diff --git a/WindowsForms/Docking-Manager/FAQ/Floating/How-to-make-a-docked-control-Float-Only.md b/WindowsForms/Docking-Manager/FAQ/Floating/How-to-make-a-docked-control-Float-Only.md index 794231218..26ff20c90 100644 --- a/WindowsForms/Docking-Manager/FAQ/Floating/How-to-make-a-docked-control-Float-Only.md +++ b/WindowsForms/Docking-Manager/FAQ/Floating/How-to-make-a-docked-control-Float-Only.md @@ -1,14 +1,14 @@ --- layout: post -title: How to make a docked control Float Only | WindowsForms | Syncfusion® -description: How to make a docked control Float Only +title: How to make a docked control float only in Docking Manager | Syncfusion® +description: Learn how to make a docked control float only in Syncfusion Windows Forms Docking Manager control with step-by-step instructions. platform: windowsforms control: DockingManager documentation: ug --- -# How to make a docked control float only? +# How to make a docked control float only in Docking Manager The docked control can also be only floating and cannot be docked, by calling the `SetFloatOnly` method. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-Enable-the-Tabbed-Style-Dockable-Window-using-TabbedMDI-manager.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-Enable-the-Tabbed-Style-Dockable-Window-using-TabbedMDI-manager.md index 9175d2fb1..ec7c31bb7 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-Enable-the-Tabbed-Style-Dockable-Window-using-TabbedMDI-manager.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-Enable-the-Tabbed-Style-Dockable-Window-using-TabbedMDI-manager.md @@ -1,14 +1,14 @@ --- layout: post -title: Tabbed Style Dockable in WinForms TabbedMDI Manager|Syncfusion® -description: How to Enable the Tabbed Style Dockable Window using Syncfusion® WinForms TabbedMDI Manager Control, its elements, and more. +title: How to enable the tabbed style dockable window in Docking Manager | Syncfusion® +description: Learn how to enable the tabbed style dockable window using TabbedMDI manager in Syncfusion Windows Forms Docking Manager. platform: WindowsForms control: DockingManager documentation: ug --- -# How to enable the Tabbed Style Dockable Window using DockingManager? +# How to enable the tabbed style dockable window in Docking Manager The Tabbed MDI Package provides a new Tabbed MDI layout mode (as an alternative to the default Cascade and Tiled modes), popularized by VS .NET. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-Get-the-Individual-Docked-controls-Properties.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-Get-the-Individual-Docked-controls-Properties.md index 55b8abf56..787fa9e9f 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-Get-the-Individual-Docked-controls-Properties.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-Get-the-Individual-Docked-controls-Properties.md @@ -1,13 +1,13 @@ --- layout: post -title: Individual Docked control's Properties | WindowsForms | Syncfusion® -description: Learn here about How to Get the Individual Docked control's Properties with Syncfusion® Essential Studio® Windows Forms DockingManager Control +title: How to get the individual docked controls properties in Docking Manager | Syncfusion® +description: Learn how to get the individual docked controls properties in Syncfusion Windows Forms Docking Manager control. platform: windowsforms control: DockingManager documentation: ug --- -# How to get the individual Docked control's properties? +# How to get the individual docked controls properties in Docking Manager To check whether a control is floating or docked, you could use the code snippet given below. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-activate-a-particular-docked-control.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-activate-a-particular-docked-control.md index 09999d9f5..6367e6819 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-activate-a-particular-docked-control.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-activate-a-particular-docked-control.md @@ -1,14 +1,14 @@ --- layout: post -title: How to activate a particular docked control | WindowsForms | Syncfusion® -description: How to activate a particular docked control +title: How to activate a particular docked control in Docking Manager | Syncfusion® +description: Learn how to activate a particular docked control in Syncfusion Windows Forms Docking Manager control with examples. platform: windowsforms control: DockingManager documentation: ug --- -# How to activate a particular docked control? +# How to activate a particular docked control in Docking Manager To activate particular docked control, call the `ActivateControl` method inside NewDockStateEndLoad event. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-change-the-dock-tab-alignment.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-change-the-dock-tab-alignment.md index 0947d120c..89cf4b9f5 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-change-the-dock-tab-alignment.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-change-the-dock-tab-alignment.md @@ -1,13 +1,13 @@ --- layout: post -title: How to change the dock tab alignment | WindowsForms | Syncfusion® -description: How to change the dock tab alignment +title: How to change the dock tab alignment in Docking Manager | Syncfusion® +description: Learn how to change the dock tab alignment in Syncfusion Windows Forms Docking Manager control, with available positions. platform: windowsforms control: DockingManager documentation: ug --- -# How to change the dock tab alignment? +# How to change the dock tab alignment in Docking Manager The tabs of the Docked window are placed at the bottom, by default. To place the tabs of the docked window at different sides set the property `DockTabAlignment` with desired values such as Top, Bottom, Left, and Right. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-detect-the-docking-style-assigned-to-a-control.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-detect-the-docking-style-assigned-to-a-control.md index c8967eeb1..86a76d2cb 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-detect-the-docking-style-assigned-to-a-control.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-detect-the-docking-style-assigned-to-a-control.md @@ -1,14 +1,14 @@ --- layout: post -title: How to detect the docking style assigned to a control | WindowsForms | Syncfusion® -description: How to detect the docking style assigned to a control +title: How to detect the docking style assigned to a control in Docking Manager | Syncfusion® +description: Learn how to detect the docking style assigned to a control in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# How to detect the docking style assigned to a control? +# How to detect the docking style assigned to a control in Docking Manager Docking style which is assigned to the control can be detect at run time, using `GetDockingStyle` method. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-enable-or-disable-AutoHide-behavior.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-enable-or-disable-AutoHide-behavior.md index c15c3632f..e1ffb0c86 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-enable-or-disable-AutoHide-behavior.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-enable-or-disable-AutoHide-behavior.md @@ -1,13 +1,13 @@ --- layout: post -title: How to enable or disable AutoHide behavior | WindowsForms | Syncfusion® -description: How to enable or disable AutoHide behavior +title: How to enable or disable AutoHide behavior in Docking Manager | Syncfusion® +description: Learn how to enable or disable AutoHide behavior in Syncfusion Windows Forms Docking Manager control for docked controls. platform: WindowsForms control: DockingManager documentation: ug --- -# How to enable or disable AutoHide behavior? +# How to enable or disable AutoHide behavior in Docking Manager AutoHide behavior can be enabled or disables using `AutoHideEnabled` property in DockingManager. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-get-dock-controls-parent-relationship-through-code.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-get-dock-controls-parent-relationship-through-code.md index 55c7cc8e0..aad47e415 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-get-dock-controls-parent-relationship-through-code.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-get-dock-controls-parent-relationship-through-code.md @@ -1,14 +1,14 @@ --- layout: post -title: How to get dock controls parent relationship through code | WindowsForms | Syncfusion® -description: How to get dock controls parent relationship through code +title: How to get dock controls parent relationship through code in Docking Manager | Syncfusion® +description: Learn how to get dock controls parent relationship through code in Syncfusion Windows Forms Docking Manager. platform: WindowsForms control: DockingManager documentation: ug --- -# How to get dock controls parent relationship through code? +# How to get dock controls parent relationship through code in Docking Manager This can be done using the below code snippet. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-get-or-set-the-dock-ability-for-a-control.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-get-or-set-the-dock-ability-for-a-control.md index f90485854..1f135389e 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-get-or-set-the-dock-ability-for-a-control.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-get-or-set-the-dock-ability-for-a-control.md @@ -1,13 +1,13 @@ --- layout: post -title: How to get or set the dock ability for a control | WindowsForms | Syncfusion® -description: How to get or set the dock ability for a control +title: How to get or set the dock ability for a control in Docking Manager | Syncfusion® +description: Learn how to get or set the dock ability for a control in Syncfusion Windows Forms Docking Manager control. platform: WindowsForms control: DockingManager documentation: ug --- -# How to get or set the dock ability for a control? +# How to get or set the dock ability for a control in Docking Manager The current dock ability for the controls can be retrieved or set using the below methods. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-get-or-set-the-size-of-the-docked-control.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-get-or-set-the-size-of-the-docked-control.md index d674cad14..b1ee0f586 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-get-or-set-the-size-of-the-docked-control.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-get-or-set-the-size-of-the-docked-control.md @@ -1,13 +1,13 @@ --- layout: post -title: How to get or set the size of the docked control | WindowsForms | Syncfusion® -description: How to get or set the size of the docked control +title: How to get or set the size of the docked control in Docking Manager | Syncfusion® +description: Learn how to get or set the size of the docked control in Syncfusion Windows Forms Docking Manager control. platform: windowsforms control: DockingManager documentation: ug --- -# How to get or set the size of the docked control? +# How to get or set the size of the docked control in Docking Manager `GetControlSize` and `SetControlSize` methods lets you get or set the size of the control respectively. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-hide-Caption-lines-in-DockingManager.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-hide-Caption-lines-in-DockingManager.md index 3a9b4c875..6e2fca1e9 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-hide-Caption-lines-in-DockingManager.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-hide-Caption-lines-in-DockingManager.md @@ -1,13 +1,13 @@ --- layout: post -title: How to hide Caption lines in DockingManager | WindowsForms | Syncfusion® -description: How to hide Caption lines in DockingManager +title: How to hide caption lines in Docking Manager | Syncfusion® +description: Learn how to hide caption lines in Syncfusion Windows Forms Docking Manager control using available properties. platform: WindowsForms control: DockingManager documentation: ug --- -# How to hide caption lines in DockingManager? +# How to hide caption lines in Docking Manager Caption lines which is displayed in Metro style can be hidden by disabling the `ShowMetroCaptionDottedLines` property. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-identify-the-docking-window-which-is-currently-being-closed.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-identify-the-docking-window-which-is-currently-being-closed.md index 3096a66b5..ec764d508 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-identify-the-docking-window-which-is-currently-being-closed.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-identify-the-docking-window-which-is-currently-being-closed.md @@ -1,14 +1,14 @@ --- layout: post -title: How to identify the docking window which is currently being closed | WindowsForms | Syncfusion® -description: How to identify the docking window which is currently being closed +title: How to identify the docking window being closed in Docking Manager | Syncfusion® +description: Learn how to identify the docking window which is currently being closed in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# How to identify the docking window which is currently being closed? +# How to identify the docking window which is currently being closed in Docking Manager This can be achieved by using the DockVisibilityChanged event which occurs after a control's DockVisibility state has changed. The Control member of this event gets the control which is undergoing the visibility change. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-prevent-closing-of-docked-window.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-prevent-closing-of-docked-window.md index 86d2dce97..1ce3b0b5f 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-prevent-closing-of-docked-window.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-prevent-closing-of-docked-window.md @@ -1,13 +1,13 @@ --- layout: post -title: How to prevent closing of docked window | WindowsForms | Syncfusion® -description: How to prevent closing of docked window +title: How to prevent closing of docked window in Docking Manager | Syncfusion® +description: Learn how to prevent closing of docked window in Syncfusion Windows Forms Docking Manager control with code samples. platform: windowsforms control: DockingManager documentation: ug --- -# How to prevent closing of docked window? +# How to prevent closing of docked window in Docking Manager Closing of docked window can be restricted using `DockVisibilityChanging` event. When the end users tries to change the docking control visibility, this event will be handled. The members of this event is as follows. diff --git a/WindowsForms/Docking-Manager/FAQ/General/How-to-prevent-tabbed-docking.md b/WindowsForms/Docking-Manager/FAQ/General/How-to-prevent-tabbed-docking.md index 2526127ea..6ecc9a330 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/How-to-prevent-tabbed-docking.md +++ b/WindowsForms/Docking-Manager/FAQ/General/How-to-prevent-tabbed-docking.md @@ -1,13 +1,13 @@ --- layout: post -title: How to prevent tabbed docking | WindowsForms | Syncfusion® -description: How to prevent tabbed docking +title: How to prevent tabbed docking in Docking Manager | Syncfusion® +description: Learn how to prevent tabbed docking in Syncfusion Windows Forms Docking Manager control for docked controls. platform: windowsforms control: DockingManager documentation: ug --- -# How to prevent tabbed docking? +# How to prevent tabbed docking in Docking Manager DockAllow event will be handled when a docking window is dragged over a potential dock target. In other words, whenever the user tries to dock a docked control to another docked control, this event will be raised. This lets you decide whether to allow tabbing or not. Giving arg.Cancel to `true` cancels the docking operation. diff --git a/WindowsForms/Docking-Manager/FAQ/General/What-are-all-the-design-time-features-available-in-DockingManager.md b/WindowsForms/Docking-Manager/FAQ/General/What-are-all-the-design-time-features-available-in-DockingManager.md index 046bc8610..075171730 100644 --- a/WindowsForms/Docking-Manager/FAQ/General/What-are-all-the-design-time-features-available-in-DockingManager.md +++ b/WindowsForms/Docking-Manager/FAQ/General/What-are-all-the-design-time-features-available-in-DockingManager.md @@ -1,13 +1,13 @@ --- layout: post -title: What are all the design time features available in DockingManager| WindowsForms | Syncfusion® -description: What are all the design time features available in DockingManager +title: Design time features in Docking Manager | Syncfusion® +description: Learn about the design time features available in Syncfusion Windows Forms Docking Manager control for developers. platform: windowsforms control: DockingManager documentation: ug --- -# What are all the design time features available in DockingManager? +# What are all the design time features available in Docking Manager ## Dragging and docking at DesignTime DockingManager supports dragging and docking of the dockable controls at the design time itself. It also lets you float the controls. diff --git a/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-auto-hide-a-control-when-an-application-loads.md b/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-auto-hide-a-control-when-an-application-loads.md index b681e7723..be2273a83 100644 --- a/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-auto-hide-a-control-when-an-application-loads.md +++ b/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-auto-hide-a-control-when-an-application-loads.md @@ -1,14 +1,14 @@ --- layout: post -title: How to auto hide a control when an application loads | WindowsForms | Syncfusion® -description: How to auto hide a control when an application loads +title: How to auto hide a control when an application loads in Docking Manager | Syncfusion® +description: Learn how to auto hide a control when an application loads in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# How to auto hide a control when an application loads +# How to auto hide a control when an application loads in Docking Manager A control can be auto hidden on loading, by enabling the `AutoHideOnLoad` property through designer or by calling `SetAutoHideOnLoad` method programmatically. diff --git a/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-customize-the-AutoHidden-Tab-caption-notification-upon-mouse-hovered.md b/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-customize-the-AutoHidden-Tab-caption-notification-upon-mouse-hovered.md index 6d1e1bd3d..6ece66b60 100644 --- a/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-customize-the-AutoHidden-Tab-caption-notification-upon-mouse-hovered.md +++ b/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-customize-the-AutoHidden-Tab-caption-notification-upon-mouse-hovered.md @@ -1,14 +1,14 @@ --- layout: post -title: How to customize the AutoHidden Tab caption notification upon mouse hovered | WindowsForms | Syncfusion® -description: How to customize the AutoHidden Tab caption notification upon mouse hovered +title: How to customize the AutoHidden tab caption notification in Docking Manager | Syncfusion® +description: Learn how to customize the AutoHidden tab caption notification upon mouse hover in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# How to customize the AutoHidden Tab caption notification upon mouse hovered? +# How to customize the AutoHidden tab caption notification in Docking Manager In DockingManager, by default the width of the AutoHidden Tab can be adjusted for notification purpose upon mouse hovered on it. diff --git a/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-find-whether-a-particular-docked-control-is-hidden-or-not.md b/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-find-whether-a-particular-docked-control-is-hidden-or-not.md index 6257232fd..1b78df6ac 100644 --- a/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-find-whether-a-particular-docked-control-is-hidden-or-not.md +++ b/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-find-whether-a-particular-docked-control-is-hidden-or-not.md @@ -1,14 +1,14 @@ --- layout: post -title: How to find whether a particular docked control is hidden or not | WindowsForms | Syncfusion® -description: How to find whether a particular docked control is hidden or not +title: How to find whether a particular docked control is hidden in Docking Manager | Syncfusion® +description: Learn how to find whether a particular docked control is hidden or not in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# How to find whether a particular docked control is hidden or not? +# How to find whether a particular docked control is hidden in Docking Manager This can be achieved using the `GetHiddenOnLoad` method. diff --git a/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-hide-a-control-when-an-application-loads.md b/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-hide-a-control-when-an-application-loads.md index 6f7792767..e6fe600f8 100644 --- a/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-hide-a-control-when-an-application-loads.md +++ b/WindowsForms/Docking-Manager/FAQ/Hiding-Controls/How-to-hide-a-control-when-an-application-loads.md @@ -1,13 +1,13 @@ --- layout: post -title: How to hide a control when an application loads | WindowsForms | Syncfusion® -description: How to hide a control when an application loads +title: How to hide a control when an application loads in Docking Manager | Syncfusion® +description: Learn how to hide a control when an application loads in Syncfusion Windows Forms Docking Manager control with examples. platform: windowsforms control: DockingManager documentation: ug --- -# How to hide a control when an application loads? +# How to hide a control when an application loads in Docking Manager This is done programmatically, by calling `SetHiddenOnLoad` method or through Designer, by setting `HiddenOnLoad` property to `true`. diff --git a/WindowsForms/Docking-Manager/FAQ/MDIChild/How-to-avoid-flickering-while-creating-MDI-child-form.md b/WindowsForms/Docking-Manager/FAQ/MDIChild/How-to-avoid-flickering-while-creating-MDI-child-form.md index 2c4586409..24fdf0671 100644 --- a/WindowsForms/Docking-Manager/FAQ/MDIChild/How-to-avoid-flickering-while-creating-MDI-child-form.md +++ b/WindowsForms/Docking-Manager/FAQ/MDIChild/How-to-avoid-flickering-while-creating-MDI-child-form.md @@ -1,13 +1,13 @@ --- layout: post -title: How to avoid flickering while creating MDI child form | Syncfusion® -description: Learn how to avoid flickering when creating and docking MDI child forms in Windows Forms applications using Syncfusion Docking Manager. +title: How to avoid flickering while creating MDI child form in Docking Manager | Syncfusion® +description: Learn how to avoid flickering when creating and docking MDI child forms in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# How to avoid flickering while creating MDI child form? +# How to avoid flickering while creating MDI child form in Docking Manager Flickering can occur when creating and docking MDI child forms due to frequent redraws and layout updates. This can be avoided by calling the below methods. diff --git a/WindowsForms/Docking-Manager/FAQ/MDIChild/How-to-detect-whether-a-particular-control-is-in-MDI-mode-or-not.md b/WindowsForms/Docking-Manager/FAQ/MDIChild/How-to-detect-whether-a-particular-control-is-in-MDI-mode-or-not.md index 964cf6fa2..5e167a82e 100644 --- a/WindowsForms/Docking-Manager/FAQ/MDIChild/How-to-detect-whether-a-particular-control-is-in-MDI-mode-or-not.md +++ b/WindowsForms/Docking-Manager/FAQ/MDIChild/How-to-detect-whether-a-particular-control-is-in-MDI-mode-or-not.md @@ -1,14 +1,14 @@ --- layout: post -title: How to detect whether a particular control is in MDI mode or not | WindowsForms | Syncfusion® -description: How to detect whether a particular control is in MDI mode or not +title: How to detect whether a particular control is in MDI mode in Docking Manager | Syncfusion® +description: Learn how to detect whether a particular control is in MDI mode or not in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# How to detect whether a particular control is in MDI mode or not? +# How to detect whether a particular control is in MDI mode in Docking Manager `IsMDIMode` method lets you detect whether the specified control is in MDI child mode or not. The return value will be `true` if the control is in MDI mode, else value will be `false`. diff --git a/WindowsForms/Docking-Manager/FAQ/MDIChild/How-to-use-UserControls-as-TabbedMDIManagers-children.md b/WindowsForms/Docking-Manager/FAQ/MDIChild/How-to-use-UserControls-as-TabbedMDIManagers-children.md index 09032e04a..f654144fb 100644 --- a/WindowsForms/Docking-Manager/FAQ/MDIChild/How-to-use-UserControls-as-TabbedMDIManagers-children.md +++ b/WindowsForms/Docking-Manager/FAQ/MDIChild/How-to-use-UserControls-as-TabbedMDIManagers-children.md @@ -1,7 +1,7 @@ --- layout: post -title: How to use UserControls as TabbedMDIManager’s children | WindowsForms | Syncfusion® -description: How to use UserControls as TabbedMDIManager’s children +title: How to use UserControls as TabbedMDIManager children in Docking Manager | Syncfusion® +description: Learn how to use UserControls as TabbedMDI Manager children in Syncfusion Windows Forms Docking Manager control with examples. platform: windowsforms control: DockingManager documentation: ug @@ -10,7 +10,7 @@ documentation: ug -# How to use UserControls as TabbedMDIManager’s children? +# How to use UserControls as TabbedMDIManager children in Docking Manager Normally TabbedMDI is used in MDI applications where the child forms are the children that get tabbed. But, we could also use TabbedMDI with UserControls as children and that are also dockable. The sample attached here shows how the UserControls can be used as TabbedMDI children in association with the DockingManager. diff --git a/WindowsForms/Docking-Manager/FAQ/Serilaization/How-to-serialize-or-deserialize-the-docking-state-for-a-docked-control-on-loading-the-application.md b/WindowsForms/Docking-Manager/FAQ/Serilaization/How-to-serialize-or-deserialize-the-docking-state-for-a-docked-control-on-loading-the-application.md index 0bf282937..cd2b8e1da 100644 --- a/WindowsForms/Docking-Manager/FAQ/Serilaization/How-to-serialize-or-deserialize-the-docking-state-for-a-docked-control-on-loading-the-application.md +++ b/WindowsForms/Docking-Manager/FAQ/Serilaization/How-to-serialize-or-deserialize-the-docking-state-for-a-docked-control-on-loading-the-application.md @@ -1,14 +1,14 @@ --- layout: post -title: Serialize or deserialize the docking state | WindowsForms | Syncfusion® -description: Learn here about How to serialize or deserialize the docking state for a docked control on loading the application +title: How to serialize or deserialize the docking state in Docking Manager | Syncfusion® +description: Learn how to serialize or deserialize the docking state for a docked control on loading the application in Syncfusion Windows Forms Docking Manager. platform: windowsforms control: DockingManager documentation: ug --- -# Serialize or deserialize the docking state for a docked control +# How to serialize or deserialize the docking state in Docking Manager To serialize or deserialize the docking state on loading the application? follow the below steps. diff --git a/WindowsForms/Docking-Manager/Floating-Window.md b/WindowsForms/Docking-Manager/Floating-Window.md index b595b67fb..13ff4b6c0 100644 --- a/WindowsForms/Docking-Manager/Floating-Window.md +++ b/WindowsForms/Docking-Manager/Floating-Window.md @@ -1,7 +1,7 @@ --- layout: post -title: Floating Window in Windows Forms Docking Manager control | Syncfusion® -description: Learn about Floating Window support in Syncfusion® Windows Forms Docking Manager control and more details. +title: Floating Window in Windows Forms Docking Manager | Syncfusion® +description: The floating window feature in Docking Manager lets you drag and float docked panels over any place on the screen with docking hints. platform: windowsforms control: DockingManager documentation: ug diff --git a/WindowsForms/Docking-Manager/Getting-Started.md b/WindowsForms/Docking-Manager/Getting-Started.md index d68a94c92..1817d53f9 100644 --- a/WindowsForms/Docking-Manager/Getting-Started.md +++ b/WindowsForms/Docking-Manager/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post title: Getting Started with Windows Forms Docking Manager | Syncfusion® -description: Learn here about getting started with Syncfusion® Windows Forms Docking Manager control, its elements, and more. +description: Learn how to get started with the Syncfusion Windows Forms Docking Manager control. Explore setup, features, examples, and customization options. platform: windowsforms control: DockingManager documentation: ug diff --git a/WindowsForms/Docking-Manager/Linked-and-Nested-DockingManager.md b/WindowsForms/Docking-Manager/Linked-and-Nested-DockingManager.md index f07a9fe68..2bfbd34e3 100644 --- a/WindowsForms/Docking-Manager/Linked-and-Nested-DockingManager.md +++ b/WindowsForms/Docking-Manager/Linked-and-Nested-DockingManager.md @@ -1,14 +1,14 @@ --- layout: post -title: Linked & Nested DockingManager in WinForms Docking Manager| Syncfusion® -description: Learn about Linked and Nested DockingManager support in Syncfusion® Windows Forms Docking Manager control and more details. +title: Linked and Nested DockingManager in Docking Manager | Syncfusion® +description: Linked and nested DockingManager lets you add a DockingManager as a child to another and drag dock panels between different managers. platform: windowsforms control: DockingManager documentation: ug --- -# Linked and Nested DockingManager in Windows Forms Docking Manager +# Linked and Nested DockingManager in Docking Manager The dock panels from a docking manager cannot be dragged and dropped to another docking manager by default. But, the linked manager support allows to drag and drop the windows from one docking manager to another by setting the `TargetDockingManager` list. diff --git a/WindowsForms/Docking-Manager/Localization.md b/WindowsForms/Docking-Manager/Localization.md index fdc101699..551f302cf 100644 --- a/WindowsForms/Docking-Manager/Localization.md +++ b/WindowsForms/Docking-Manager/Localization.md @@ -1,7 +1,7 @@ --- layout: post -title: Localization in Windows Forms Docking Manager control | Syncfusion® -description: Learn about Localization support in Syncfusion® Windows Forms Docking Manager control and more details. +title: Localization in Windows Forms Docking Manager | Syncfusion® +description: The localization feature in Docking Manager lets you translate headers and context menus of docking child windows into any desired language. platform: windowsforms control: DockingManager documentation: ug diff --git a/WindowsForms/Docking-Manager/MDI-Window.md b/WindowsForms/Docking-Manager/MDI-Window.md index 30f9bc7cc..1f49fefb9 100644 --- a/WindowsForms/Docking-Manager/MDI-Window.md +++ b/WindowsForms/Docking-Manager/MDI-Window.md @@ -1,7 +1,7 @@ --- layout: post -title: MDI Window in Windows Forms Docking Manager control | Syncfusion® -description: Learn about MDI Window support in Syncfusion® Windows Forms Docking Manager control and more details. +title: MDI Window in Windows Forms Docking Manager | Syncfusion® +description: The MDI window in Docking Manager allows multiple windows to reside under a single parent window within the docking layout. platform: windowsforms control: DockingManager documentation: ug diff --git a/WindowsForms/Docking-Manager/Overview.md b/WindowsForms/Docking-Manager/Overview.md index 263dc9808..ae1b73ca6 100644 --- a/WindowsForms/Docking-Manager/Overview.md +++ b/WindowsForms/Docking-Manager/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About Windows Forms Docking Manager control | Syncfusion® -description: Learn here all about introduction of Syncfusion® Windows Forms Docking Manager control and more details. +title: About Syncfusion Windows Forms Docking Manager Control | Syncfusion® +description: Learn about introduction of Syncfusion Essential Studio Windows Forms Docking Manager control and more details. platform: windowsforms control: DockingManager documentation: ug --- -# Windows Forms Docking Manager Overview +# About Syncfusion Windows Forms Docking Manager Control The `DockingManager` control implements an architecture that allows panels to be docked at any part of form. The dock panels containing child elements can be interactively dragged to any area within screen and can be resized at run time. Panels can be docked to the form's edges or to other panels. Dock panels can also be floated, tabbed, and auto hidden. diff --git a/WindowsForms/Docking-Manager/Serialization.md b/WindowsForms/Docking-Manager/Serialization.md index 192e72dc5..303c7bed6 100644 --- a/WindowsForms/Docking-Manager/Serialization.md +++ b/WindowsForms/Docking-Manager/Serialization.md @@ -1,7 +1,7 @@ --- layout: post -title: Serialization in Windows Forms Docking Manager control | Syncfusion® -description: Learn about Serialization support in Syncfusion® Windows Forms Docking Manager control and more details. +title: Serialization in Windows Forms Docking Manager | Syncfusion® +description: Serialization in Docking Manager lets you save and restore dock panel states in binary or XML formats for state persistence. platform: windowsforms control: DockingManager documentation: ug diff --git a/WindowsForms/Docking-Manager/TDI-Window.md b/WindowsForms/Docking-Manager/TDI-Window.md index 6ba67b429..36cad82a1 100644 --- a/WindowsForms/Docking-Manager/TDI-Window.md +++ b/WindowsForms/Docking-Manager/TDI-Window.md @@ -1,7 +1,7 @@ --- layout: post -title: TDI Window in Windows Forms Docking Manager control | Syncfusion® -description: Learn about TDI Window support in Syncfusion® Windows Forms Docking Manager control and more details. +title: TDI Window in Windows Forms Docking Manager | Syncfusion® +description: The TDI window in Docking Manager provides support for adding tabbed document windows with the EnableDocumentMode property. platform: windowsforms control: DockingManager documentation: ug diff --git a/WindowsForms/Docking-Manager/Tabbed-Window.md b/WindowsForms/Docking-Manager/Tabbed-Window.md index 26c15d6c7..654f14880 100644 --- a/WindowsForms/Docking-Manager/Tabbed-Window.md +++ b/WindowsForms/Docking-Manager/Tabbed-Window.md @@ -1,7 +1,7 @@ --- layout: post -title: Tabbed Window in Windows Forms Docking Manager control | Syncfusion® -description: Learn about Tabbed Window support in Syncfusion® Windows Forms Docking Manager control and more details. +title: Tabbed Window in Windows Forms Docking Manager | Syncfusion® +description: The tabbed window in Docking Manager allows grouping dock or float windows in tabs with full customization of tab appearance. platform: windowsforms control: DockingManager documentation: ug diff --git a/WindowsForms/Ribbon/Appearance.md b/WindowsForms/Ribbon/Appearance.md index 16166a59e..3f677a9ea 100644 --- a/WindowsForms/Ribbon/Appearance.md +++ b/WindowsForms/Ribbon/Appearance.md @@ -1,13 +1,13 @@ --- layout: post -title: Appearance in Windows Forms Ribbon control | Syncfusion® -description: Learn about Appearance support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Appearance in Windows Forms Ribbon | Syncfusion® +description: The appearance of the Ribbon control lets you apply built-in themes such as Office2007, Office2010, Office2013, TouchStyle, and Office2016. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Appearance in Windows Forms Ribbon (RibbonControlAdv) +# Appearance in Windows Forms Ribbon The Ribbon control ships with several built-in themes such as Office2007, Office2010, Office2013, TouchStyle and Office2016. All these themes can be applied with the ribbon property `RibbonStyle`. diff --git a/WindowsForms/Ribbon/Application-Menu.md b/WindowsForms/Ribbon/Application-Menu.md index f081141ff..3e5b1c97e 100644 --- a/WindowsForms/Ribbon/Application-Menu.md +++ b/WindowsForms/Ribbon/Application-Menu.md @@ -1,13 +1,13 @@ --- layout: post -title: Application Menu in Windows Forms Ribbon control | Syncfusion® -description: Learn about Application Menu support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Application Menu in Windows Forms Ribbon | Syncfusion® +description: The application menu in Ribbon appears at the top left corner of the form and lets you add controls to dropdown panels via the designer. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Application Menu in Windows Forms Ribbon (RibbonControlAdv) +# Application Menu in Windows Forms Ribbon The RibbonControlAdv has the Office menu button at the top left corner of the form. Controls can be added to the panels of the Office menu dropdown through the designer, without writing any code. diff --git a/WindowsForms/Ribbon/Backstage.md b/WindowsForms/Ribbon/Backstage.md index f55e01bdb..f21063ee5 100644 --- a/WindowsForms/Ribbon/Backstage.md +++ b/WindowsForms/Ribbon/Backstage.md @@ -1,13 +1,13 @@ --- layout: post -title: Backstage in Windows Forms Ribbon control | Syncfusion® -description: Learn about Backstage support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Backstage in Windows Forms Ribbon | Syncfusion® +description: The backstage view in Ribbon appears when clicking the menu button and lets users perform document actions like Save, Save As, and Print. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Backstage in Windows Forms Ribbon (RibbonControlAdv) +# Backstage in Windows Forms Ribbon The Ribbon Backstage will appear when the user clicks on the Menu button. It lets users perform actions for the whole document such as Save, Save As and Print. It can also be used to show the recent changes in the document or to close the application. diff --git a/WindowsForms/Ribbon/Contextual-Tab-Group.md b/WindowsForms/Ribbon/Contextual-Tab-Group.md index d900f1aa6..a06801159 100644 --- a/WindowsForms/Ribbon/Contextual-Tab-Group.md +++ b/WindowsForms/Ribbon/Contextual-Tab-Group.md @@ -1,13 +1,13 @@ --- layout: post -title: Contextual Tab Group in Windows Forms Ribbon control | Syncfusion® -description: Learn about Contextual Tab Group support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Contextual Tab Group in Windows Forms Ribbon | Syncfusion® +description: The contextual tab group in Ribbon displays commands relevant only when a particular object type is selected in the application. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Contextual Tab Group in Windows Forms Ribbon (RibbonControlAdv) +# Contextual Tab Group in Windows Forms Ribbon Use a contextual tab to display a collection of commands that are relevant only when users select an object type, they are displayed only when a particular object type is selected. diff --git a/WindowsForms/Ribbon/Customization-Support.md b/WindowsForms/Ribbon/Customization-Support.md index 8055ab54c..f4f0f0906 100644 --- a/WindowsForms/Ribbon/Customization-Support.md +++ b/WindowsForms/Ribbon/Customization-Support.md @@ -1,13 +1,13 @@ --- layout: post -title: Customization Support in Windows Forms Ribbon control | Syncfusion® -description: Learn about Customization Support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Customization Support in Windows Forms Ribbon | Syncfusion® +description: Customization support in Ribbon lets you add or remove QAT items, add new tabs, and change the location of existing tabs and items. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Customization Support in Windows Forms Ribbon (RibbonControlAdv) +# Customization Support in Windows Forms Ribbon RibbonControlAdv lets you customize the Ribbon and Quick Access Toolbar with the support to add and remove different items to the QAT, add new tabs, and change the location of existing tabs and items in the ribbon. diff --git a/WindowsForms/Ribbon/Getting-Started.md b/WindowsForms/Ribbon/Getting-Started.md index 15b66e410..a3c01fbc5 100644 --- a/WindowsForms/Ribbon/Getting-Started.md +++ b/WindowsForms/Ribbon/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started with Windows Forms Ribbon control | Syncfusion® -description: Learn here about getting started with Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control, its elements and more details. +title: Getting Started with Windows Forms Ribbon | Syncfusion® +description: Learn how to get started with the Syncfusion Windows Forms Ribbon (RibbonControlAdv) control. Explore setup, features, examples, and customization options. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Getting Started with Windows Forms Ribbon (RibbonControlAdv) +# Getting Started with Windows Forms Ribbon This section explains how to implement a similar UI as Microsoft Outlook using [WinForms Ribbon](https://www.syncfusion.com/winforms-ui-controls/ribbon). diff --git a/WindowsForms/Ribbon/Keyboard-Support.md b/WindowsForms/Ribbon/Keyboard-Support.md index 7e9114896..eaaed36ff 100644 --- a/WindowsForms/Ribbon/Keyboard-Support.md +++ b/WindowsForms/Ribbon/Keyboard-Support.md @@ -1,13 +1,13 @@ --- layout: post -title: Keyboard Support in Windows Forms Ribbon control | Syncfusion® -description: Learn about Keyboard Support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Keyboard Support in Windows Forms Ribbon | Syncfusion® +description: Keyboard support in Ribbon provides KeyTip support through Super Accelerator to invoke any command using keyboard shortcuts. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Keyboard Support in Windows Forms Ribbon (RibbonControlAdv) +# Keyboard Support in Windows Forms Ribbon To invoke any command using KeyBoard, RibbonControlAdv provides KeyTip support through Super Accelerator. On pressing Alt key, KeyTips for the corresponding RibbonItem gets displayed. diff --git a/WindowsForms/Ribbon/Localization-Support.md b/WindowsForms/Ribbon/Localization-Support.md index 0f01aa3ba..198171722 100644 --- a/WindowsForms/Ribbon/Localization-Support.md +++ b/WindowsForms/Ribbon/Localization-Support.md @@ -1,13 +1,13 @@ --- layout: post -title: Localization Support in Windows Forms Ribbon control | Syncfusion® -description: Learn about Localization Support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Localization Support in Windows Forms Ribbon | Syncfusion® +description: Localization support in Ribbon adapts controls and details to meet different languages and cultural requirements for global applications. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Localization Support in Windows Forms Ribbon (RibbonControlAdv) +# Localization Support in Windows Forms Ribbon RibbonControlAdv now supports adaptation of its controls and its details to meet different languages and cultural requirements. This involves configuring the ribbon to a specific language. diff --git a/WindowsForms/Ribbon/Mini-ToolBar.md b/WindowsForms/Ribbon/Mini-ToolBar.md index 052352f38..94736f2da 100644 --- a/WindowsForms/Ribbon/Mini-ToolBar.md +++ b/WindowsForms/Ribbon/Mini-ToolBar.md @@ -1,13 +1,13 @@ --- layout: post -title: MiniToolBar in Windows Forms Ribbon control | Syncfusion® -description: Learn about MiniToolBar support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Mini ToolBar in Windows Forms Ribbon | Syncfusion® +description: The Mini ToolBar in Ribbon appears when the user selects and right-clicks on text, offering options to customize the selected text. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# MiniToolBar in Windows Forms Ribbon (RibbonControlAdv) +# Mini ToolBar in Windows Forms Ribbon Essential Tools comes with a MiniToolBar control with a look and feel similar to Microsoft Office 2007. It appears when the user selects and right-clicks on the text. It gives options to customize the selected text. It appears blurred initially, but becomes prominent when the mouse hovers over it. diff --git a/WindowsForms/Ribbon/Overview.md b/WindowsForms/Ribbon/Overview.md index 58aacf56e..a6aa69524 100644 --- a/WindowsForms/Ribbon/Overview.md +++ b/WindowsForms/Ribbon/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About Windows Forms Ribbon control | Syncfusion® -description: Learn here all about introduction of Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control, its elements and more details. +title: About Syncfusion Windows Forms Ribbon Control | Syncfusion® +description: Learn about introduction of Syncfusion Essential Studio Windows Forms Ribbon (RibbonControlAdv) control and more details. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Windows Forms Ribbon (RibbonControlAdv) Overview +# About Syncfusion Windows Forms Ribbon Control The [WinForms Ribbon Control](https://help.syncfusion.com/windowsforms/ribbon/overview) (ribbon menu) accommodates all the tools required for an application in a single, easy-to-navigate user interface like Microsoft Office. Its dynamic resizing, keyboard accessibility, and complete customization options help to organize an application. It provides an application UI like Microsoft Office with a 2007 style that contains an application menu and 2016 style that contains a backstage view. diff --git a/WindowsForms/Ribbon/Quick-Access-Toolbar.md b/WindowsForms/Ribbon/Quick-Access-Toolbar.md index 4683bb9f5..39b7bb052 100644 --- a/WindowsForms/Ribbon/Quick-Access-Toolbar.md +++ b/WindowsForms/Ribbon/Quick-Access-Toolbar.md @@ -1,13 +1,13 @@ --- layout: post -title: Quick Access Toolbar in Windows Forms Ribbon control | Syncfusion® -description: Learn about Quick Access Toolbar support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Quick Access Toolbar in Windows Forms Ribbon | Syncfusion® +description: The Quick Access Toolbar in Ribbon provides one-click access to the most important and frequently used items, fully customizable. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Quick Access Toolbar in Windows Forms Ribbon (RibbonControlAdv) +# Quick Access Toolbar in Windows Forms Ribbon `QuickAccessToolBar`**(QAT)** is a customizable bar that provides one click access to the most important and frequently used items. diff --git a/WindowsForms/Ribbon/Ribbon-Designer.md b/WindowsForms/Ribbon/Ribbon-Designer.md index 0fcfdae43..c23a41c14 100644 --- a/WindowsForms/Ribbon/Ribbon-Designer.md +++ b/WindowsForms/Ribbon/Ribbon-Designer.md @@ -1,13 +1,13 @@ --- layout: post -title: Ribbon Designer in Windows Forms Ribbon control | Syncfusion® -description: Learn about Ribbon Designer support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Ribbon Designer in Windows Forms Ribbon | Syncfusion® +description: The Ribbon Designer in Ribbon is a visual designer to add custom tabs, controls, and groups without running the application. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Ribbon Designer in Windows Forms Ribbon (RibbonControlAdv) +# Ribbon Designer in Windows Forms Ribbon Ribbon designer is the visual designer for the Ribbon control. It is used to add custom tabs, control and groups to the Ribbon without running the application. diff --git a/WindowsForms/Ribbon/Ribbon-Form.md b/WindowsForms/Ribbon/Ribbon-Form.md index 8b647120f..5471e2bef 100644 --- a/WindowsForms/Ribbon/Ribbon-Form.md +++ b/WindowsForms/Ribbon/Ribbon-Form.md @@ -1,13 +1,13 @@ --- layout: post -title: Ribbon Form in Windows Forms Ribbon control | Syncfusion® -description: Learn about Ribbon Form support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Ribbon Form in Windows Forms Ribbon | Syncfusion® +description: The Ribbon Form is an extension of the standard form that enables different visual styles for the ribbon with a Microsoft Office look. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Ribbon Form in Windows Forms Ribbon (RibbonControlAdv) +# Ribbon Form in Windows Forms Ribbon `RibbonForm` is an extension of the standard form that enables different visual styles for the ribbon and gives its controls a look and feel similar to Microsoft Office. diff --git a/WindowsForms/Ribbon/Ribbon-Merge-Support.md b/WindowsForms/Ribbon/Ribbon-Merge-Support.md index 2e5a0a072..057dbe0be 100644 --- a/WindowsForms/Ribbon/Ribbon-Merge-Support.md +++ b/WindowsForms/Ribbon/Ribbon-Merge-Support.md @@ -1,13 +1,13 @@ --- layout: post -title: Ribbon Merge Support in Windows Forms Ribbon control | Syncfusion® -description: Learn about Ribbon Merge Support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Ribbon Merge Support in Windows Forms Ribbon | Syncfusion® +description: Ribbon Merge support lets you merge the RibbonPanel in a child form to the RibbonPanel of the parent form in MDI scenarios. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Ribbon Merge Support in Windows Forms Ribbon (RibbonControlAdv) +# Ribbon Merge Support in Windows Forms Ribbon RibbonControlAdv allows merging of RibbonPanel in a child form to the RibbonPanel of the parent form. `RibbonPanelMergeContainer` is the container of TabItems and ToolStripEx items for the child form. When merged, the items present in this container will be merged with the parent form. diff --git a/WindowsForms/Ribbon/Serialization-Support.md b/WindowsForms/Ribbon/Serialization-Support.md index 71dc3676f..99df1e49d 100644 --- a/WindowsForms/Ribbon/Serialization-Support.md +++ b/WindowsForms/Ribbon/Serialization-Support.md @@ -1,13 +1,13 @@ --- layout: post -title: Serialization Support in Windows Forms Ribbon control | Syncfusion® -description: Learn about Serialization Support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Serialization Support in Windows Forms Ribbon | Syncfusion® +description: Serialization support in Ribbon lets you serialize the entire ribbon control state and save or load the layout at any time. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Serialization Support in Windows Forms Ribbon (RibbonControlAdv) +# Serialization Support in Windows Forms Ribbon The RibbonControlAdv has built-in serialization support to serialize the entire Ribbon control state and the details of the layout mode. It also provides support to save and load the Ribbon at any time while the application is running, either with the simplified or normal layout. diff --git a/WindowsForms/Ribbon/SimplifiedLayout.md b/WindowsForms/Ribbon/SimplifiedLayout.md index 5f6eebcfe..48858e5db 100644 --- a/WindowsForms/Ribbon/SimplifiedLayout.md +++ b/WindowsForms/Ribbon/SimplifiedLayout.md @@ -1,12 +1,12 @@ --- layout: post -title: Simplified Layout in Windows Forms Ribbon control | Syncfusion® -description: Learn about Simplified Layout support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Simplified Layout in Windows Forms Ribbon | Syncfusion® +description: The Simplified Layout in Ribbon displays commonly used commands in a single line interface, allowing more screen space for content. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Simplified Layout in Windows Forms Ribbon (RibbonControlAdv) +# Simplified Layout in Windows Forms Ribbon The RibbonControlAdv is available in a simplified layout which is designed to display the most commonly used Ribbon commands in a single line interface, allowing more screen space for compact viewing of the content. For the best user experience, the other Ribbon commands are located under the overflow menu. It also provides an option to switch back and forth between the simplified and the normal layout using the minimize button. diff --git a/WindowsForms/Ribbon/ToolTip-Support.md b/WindowsForms/Ribbon/ToolTip-Support.md index 7cd85b1f4..f1c798347 100644 --- a/WindowsForms/Ribbon/ToolTip-Support.md +++ b/WindowsForms/Ribbon/ToolTip-Support.md @@ -1,13 +1,13 @@ --- layout: post -title: ToolTip Support in Windows Forms Ribbon control | Syncfusion® -description: Learn about ToolTip Support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: ToolTip Support in Windows Forms Ribbon | Syncfusion® +description: ToolTip support in Ribbon shows a small popup box with information when the user hovers over an element, with SuperTooltip customization. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# ToolTip Support in Windows Forms Ribbon (RibbonControlAdv) +# ToolTip Support in Windows Forms Ribbon ToolTip is a small popup box that appears when the user moves the pointer over an element. diff --git a/WindowsForms/Ribbon/Touch-Support.md b/WindowsForms/Ribbon/Touch-Support.md index bcbb6a3cb..f944a6622 100644 --- a/WindowsForms/Ribbon/Touch-Support.md +++ b/WindowsForms/Ribbon/Touch-Support.md @@ -1,13 +1,13 @@ --- layout: post -title: Touch Support in Windows Forms Ribbon control | Syncfusion® -description: Learn about Touch Support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Touch Support in Windows Forms Ribbon | Syncfusion® +description: Touch support in Ribbon provides a touch UI with plenty of interaction space, making it easy to access elements on touch devices. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Touch Support in Windows Forms Ribbon (RibbonControlAdv) +# Touch Support in Windows Forms Ribbon RibbonControlAdv has touch support and provides a Touch UI that makes it easy to access the elements in the Ribbon. diff --git a/WindowsForms/Ribbon/Working-with-Ribbon.md b/WindowsForms/Ribbon/Working-with-Ribbon.md index 541ea0dde..6efe8609f 100644 --- a/WindowsForms/Ribbon/Working-with-Ribbon.md +++ b/WindowsForms/Ribbon/Working-with-Ribbon.md @@ -1,13 +1,13 @@ --- layout: post -title: Working with Ribbon in Windows Forms Ribbon control | Syncfusion® -description: Learn about Working with Ribbon support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Working with Ribbon in Windows Forms Ribbon | Syncfusion® +description: Working with Ribbon covers ribbon state management, configuration, and customization to build a complete ribbon-based application UI. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Working with Ribbon in Windows Forms Ribbon (RibbonControlAdv) +# Working with Ribbon in Windows Forms Ribbon ## Ribbon State diff --git a/WindowsForms/Ribbon/Working-with-Tabs.md b/WindowsForms/Ribbon/Working-with-Tabs.md index d92bcf4ad..32a36f7bf 100644 --- a/WindowsForms/Ribbon/Working-with-Tabs.md +++ b/WindowsForms/Ribbon/Working-with-Tabs.md @@ -1,13 +1,13 @@ --- layout: post -title: Working with Tabs in Windows Forms Ribbon control | Syncfusion® -description: Learn about Working with Tabs support in Syncfusion® Windows Forms Ribbon (RibbonControlAdv) control and more details. +title: Working with Tabs in Windows Forms Ribbon | Syncfusion® +description: Working with Tabs covers ribbon panels represented as tabs with groups that display various items like buttons, galleries, and labels. platform: windowsforms control: RibbonControlAdv documentation: ug --- -# Working with Tabs in Windows Forms Ribbon (RibbonControlAdv) +# Working with Tabs in Windows Forms Ribbon Ribbon panels are represented as Tabs (ToolStripTabItem) with the tab name above the panel. These panels are split into groups represented as `ToolStripEx`, which displays various items like buttons, gallery items, labels and panels.