From de62b045eaff2540e4de475f08cfbd0a4669a955 Mon Sep 17 00:00:00 2001 From: Sugan Sekar Date: Thu, 10 Sep 2026 12:39:48 +0530 Subject: [PATCH] WF_1051665_: Implemented redundant keywords for TabSplitterContainer and SfScrollFrame WF controls --- WindowsForms/Scroll-Frame/Appearance.md | 6 +++--- WindowsForms/Scroll-Frame/ContextMenu.md | 2 +- WindowsForms/Scroll-Frame/GettingStarted.md | 4 ++-- WindowsForms/Scroll-Frame/Limitation.md | 2 +- WindowsForms/Scroll-Frame/Localization.md | 2 +- WindowsForms/Scroll-Frame/UIAutomation.md | 6 +++--- .../Customizable-Splitter-Back-Color.md | 2 +- .../Tab-Splitter-Container/GettingStarted.md | 12 ++++++------ WindowsForms/Tab-Splitter-Container/Localization.md | 6 +++--- WindowsForms/Tab-Splitter-Container/Orientation.md | 2 +- WindowsForms/Tab-Splitter-Container/Overview.md | 4 ++-- .../Tab-Splitter-Container/Splitter-Components.md | 2 +- .../Tab-Splitter-Container/Splitter-Position.md | 2 +- WindowsForms/Tab-Splitter-Container/Style.md | 2 +- 14 files changed, 27 insertions(+), 27 deletions(-) diff --git a/WindowsForms/Scroll-Frame/Appearance.md b/WindowsForms/Scroll-Frame/Appearance.md index 1500ac160..0603cb21d 100644 --- a/WindowsForms/Scroll-Frame/Appearance.md +++ b/WindowsForms/Scroll-Frame/Appearance.md @@ -145,7 +145,7 @@ this.sfScrollFrame1.HorizontalScrollBar.Style.ThumbDisabledColor = Color.Indigo; ## Themes -The SfScrollFrame offers six built-in themes for professional representation as follows: +The WinForms Scroll Frame offers six built-in themes for professional representation as follows: * Office2016Colorful * Office2016White @@ -154,7 +154,7 @@ The SfScrollFrame offers six built-in themes for professional representation as * Office2019Colorful * HighContrastBlack -Themes can be applied to the SfScrollFrame by using the following steps: +Themes can be applied to the WinForms Scroll Frame by using the following steps: 1. [Load theme assembly](#load-theme-assembly) 2. [Apply theme](#apply-theme) @@ -254,7 +254,7 @@ Imports Syncfusion.WinForms.Controls ### Apply theme -Appearance of the SfScrollFrame can be changed by using the `ThemeName`. +Appearance of the WinForms Scroll Frame can be changed by using the `ThemeName`. #### Office2016Colorful diff --git a/WindowsForms/Scroll-Frame/ContextMenu.md b/WindowsForms/Scroll-Frame/ContextMenu.md index 79e6f0676..f491d7e3a 100644 --- a/WindowsForms/Scroll-Frame/ContextMenu.md +++ b/WindowsForms/Scroll-Frame/ContextMenu.md @@ -14,7 +14,7 @@ The `SfScrollFrame` supports UI scrolling through the context menu like the Micr ## Disabling the default context menu for ScrollBar -The default context menu of the SfScrollFrame can be restricted by setting the `Cancel` property of the [ContextMenuShowingEventArgs](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs.html) to `true` using the `ContextMenuShowing` event. +The default context menu of the WinForms Scroll Frame can be restricted by setting the `Cancel` property of the [ContextMenuShowingEventArgs](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.Controls.Events.ContextMenuShowingEventArgs.html) to `true` using the `ContextMenuShowing` event. N> This is applicable for both the horizontal and vertical scrollbars. diff --git a/WindowsForms/Scroll-Frame/GettingStarted.md b/WindowsForms/Scroll-Frame/GettingStarted.md index 81457d4fe..9de554cef 100644 --- a/WindowsForms/Scroll-Frame/GettingStarted.md +++ b/WindowsForms/Scroll-Frame/GettingStarted.md @@ -79,7 +79,7 @@ this.sfScrollFrame1.Control = this.listView1; ### Through code -To programmatically attach the SfScrollFrame to a control, set the [Control](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.Controls.SfScrollFrame.html#Syncfusion_WinForms_Controls_SfScrollFrame_Control) property to the appropriate value. +To programmatically attach the WinForms Scroll Frame to a control, set the [Control](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.Controls.SfScrollFrame.html#Syncfusion_WinForms_Controls_SfScrollFrame_Control) property to the appropriate value. {% tabs %} {% highlight c# %} @@ -104,7 +104,7 @@ this.sfScrollFrame1.VerticalScrollBar.Value = 100; ### Changing the SmallChange value -The scrolling speed of the horizontal and vertical scrollbars of the SfScrollFrame can be customized by setting the [SmallChange](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.Controls.ScrollProperties.html#Syncfusion_WinForms_Controls_ScrollProperties_SmallChange) property to increase the scroll speed for the min or max button click of the scrollbar. +The scrolling speed of the horizontal and vertical scrollbars of the WinForms Scroll Frame can be customized by setting the [SmallChange](https://help.syncfusion.com/cr/windowsforms/Syncfusion.WinForms.Controls.ScrollProperties.html#Syncfusion_WinForms_Controls_ScrollProperties_SmallChange) property to increase the scroll speed for the min or max button click of the scrollbar. {% tabs %} {% highlight c# %} diff --git a/WindowsForms/Scroll-Frame/Limitation.md b/WindowsForms/Scroll-Frame/Limitation.md index 5fe9111c1..db019e9bc 100644 --- a/WindowsForms/Scroll-Frame/Limitation.md +++ b/WindowsForms/Scroll-Frame/Limitation.md @@ -9,7 +9,7 @@ documentation: ug # Limitation in Windows Forms Scroll Frame (SfScrollFrame) -## Applicable controls for setting the ScrollFrame +## Applicable controls for setting the WinForms Scroll Frame The `SfScrollFrame` can be used for the controls derived from the Microsoft ScrollableControl such as: diff --git a/WindowsForms/Scroll-Frame/Localization.md b/WindowsForms/Scroll-Frame/Localization.md index 746bcc2a8..a42ba6e76 100644 --- a/WindowsForms/Scroll-Frame/Localization.md +++ b/WindowsForms/Scroll-Frame/Localization.md @@ -36,7 +36,7 @@ To add the resx file for the application, follow steps: ### Editing the default culture resource -You can edit the default resource file by adding it to Resources folder of your application where SfScrollFrame reads the static texts from here. You can download the default resource file from [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/Syncfusion.Core.WinForms-1127975576). +You can edit the default resource file by adding it to Resources folder of your application where the WinForms Scroll Frame reads the static texts from here. You can download the default resource file from [here](https://www.syncfusion.com/downloads/support/directtrac/general/ze/Syncfusion.Core.WinForms-1127975576). ![WinForms showing the edit the default resource fiel in scrollframe](SfScrollFrame_images/SfScrollFrame_img15.jpg) diff --git a/WindowsForms/Scroll-Frame/UIAutomation.md b/WindowsForms/Scroll-Frame/UIAutomation.md index 4b33cf9a0..a2e02c014 100644 --- a/WindowsForms/Scroll-Frame/UIAutomation.md +++ b/WindowsForms/Scroll-Frame/UIAutomation.md @@ -11,16 +11,16 @@ documentation: ug Microsoft UI automation is a new accessibility Framework for Microsoft Windows available on all the operating systems that support Windows Forms. UI automation provides accessibility to most of the UI elements and provides information about the UI element to the end user. You can interact with UI by using automated test scripts. To learn more about UI automation, refer to the [MSDN page](https://learn.microsoft.com/en-us/dotnet/framework/ui-automation/ui-automation-overview). -SfScrollFrame supports the following types of UI automations: +The WinForms Scroll Frame supports the following types of UI automations: 1. Coded UI test 2. Quick Test Professional ## Coded UI test -Automated tests that drive your application through its user interface (UI) are known as Coded UI Tests (CUITs). These tests include functional testing of the UI controls. SfScrollFrame supports CUITs Coded UI automation to create automated tests for the inner elements and records the sequence of actions. When dragging the crosshair shown in CodedUITestBuilder on UI elements, it shows the properties of the respective UI elements. The assertion can also be added for each properties of SfScrollFrame. +Automated tests that drive your application through its user interface (UI) are known as Coded UI Tests (CUITs). These tests include functional testing of the UI controls. The WinForms Scroll Frame supports CUITs Coded UI automation to create automated tests for the inner elements and records the sequence of actions. When dragging the crosshair shown in CodedUITestBuilder on UI elements, it shows the properties of the respective UI elements. The assertion can also be added for each properties of SfScrollFrame. -SfScrollFrame supports the following two levels of CUIT automations: +The WinForms Scroll Frame supports the following two levels of CUIT automations: diff --git a/WindowsForms/Tab-Splitter-Container/Customizable-Splitter-Back-Color.md b/WindowsForms/Tab-Splitter-Container/Customizable-Splitter-Back-Color.md index d826496db..a8b8048a8 100644 --- a/WindowsForms/Tab-Splitter-Container/Customizable-Splitter-Back-Color.md +++ b/WindowsForms/Tab-Splitter-Container/Customizable-Splitter-Back-Color.md @@ -9,7 +9,7 @@ documentation: ug # Splitter BackColor Customization in Windows Forms TabSplitterContainer -TabSplitterContainer now supports customizing the back color of the Splitter to match the theme of the application using the newly added property [SplitterBackColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_SplitterBackColor). Earlier this was not made possible. +WinForms Tab Splitter Container now supports customizing the back color of the Splitter to match the theme of the application using the newly added property [SplitterBackColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_SplitterBackColor). Earlier this was not made possible. {% tabs %} diff --git a/WindowsForms/Tab-Splitter-Container/GettingStarted.md b/WindowsForms/Tab-Splitter-Container/GettingStarted.md index d6669e87b..3563073c9 100644 --- a/WindowsForms/Tab-Splitter-Container/GettingStarted.md +++ b/WindowsForms/Tab-Splitter-Container/GettingStarted.md @@ -15,9 +15,9 @@ Refer to the [Control dependencies](https://help.syncfusion.com/windowsforms/con Click [NuGet Packages](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) to learn how to install nuget packages in a Windows Forms application. -## Adding TabSplitterContainer control via designer +## Adding WinForms Tab Splitter Container control via designer -1. Create a new Windows Forms project in Visual Studio to display the TabSplitterContainer control. +1. Create a new Windows Forms project in Visual Studio to display the WinForms Tab Splitter Container control. 2. The [TabSplitterContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html) control can be added to an application by dragging it from the toolbox to a designer view. The following dependent assemblies will be added automatically: @@ -32,11 +32,11 @@ Click [NuGet Packages](https://help.syncfusion.com/windowsforms/installation/ins ### Add tab pages -Add pages to [TabSplitterContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html) by clicking the **Add primary page** and **Add secondary page** from Smart Tags of TabSplitterContainer. +Add pages to [TabSplitterContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html) by clicking the **Add primary page** and **Add secondary page** from Smart Tags of WinForms Tab Splitter Container. ![TabSplitterContainer control added by designer](GettingStarted-images/wf-tabsplitter-container-tabpage.png) -## Adding TabSplitterContainer control via code +## Adding WinForms Tab Splitter Container control via code To add the control manually in C#, follow the given steps: @@ -91,7 +91,7 @@ Me.Controls.Add(tabSplitterContainer1) {% endcapture %} {{ codesnippet2 | OrderList_Indent_Level_1 }} -5. Add tab pages into the control. First, create an instance of the required pages, and add primary and secondary pages to TabSplitterContainer using the [PrimaryPages](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_PrimaryPages) and [SecondaryPages](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_SecondaryPages) collections, respectively. +5. Add tab pages into the control. First, create an instance of the required pages, and add primary and secondary pages to WinForms Tab Splitter Container using the [PrimaryPages](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_PrimaryPages) and [SecondaryPages](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_SecondaryPages) collections, respectively. {% capture codesnippet3 %}​ {% tabs %} @@ -197,7 +197,7 @@ Me.tabSplitterPage1.Controls.Add(autoLabel2) ## Tab orientation -The TabSplitterContainer can be oriented horizontally or vertically using the [Orientation](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_Orientation) property. +The WinForms Tab Splitter Container can be oriented horizontally or vertically using the [Orientation](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_Orientation) property. {% tabs %} {% highlight C# %} diff --git a/WindowsForms/Tab-Splitter-Container/Localization.md b/WindowsForms/Tab-Splitter-Container/Localization.md index f195f2b37..cf78777c8 100644 --- a/WindowsForms/Tab-Splitter-Container/Localization.md +++ b/WindowsForms/Tab-Splitter-Container/Localization.md @@ -9,14 +9,14 @@ documentation: ug # Localization in Windows Forms Tab Splitter Container -Localization is the process of making application multilingual by formatting the content according to the cultures. TabSplitterContainer control can be localized in any Languages, based on application requirement by following below steps. +Localization is the process of making an application multilingual by formatting the content according to the cultures. The WinForms Tab Splitter Container control can be localized in any language based on the application requirement by following below steps. Step 1: Need to initialize the LocalizationProvider class, inherited from the [ILocalizationProvider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.ILocalizationProvider.html) interface, before the InitializeComponent call in the constructor of an application. -Step 2: It will add the [GetLocalizedString](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.ILocalizationProvider.html#Syncfusion_Windows_Forms_ILocalizationProvider_GetLocalizedString_System_Globalization_CultureInfo_System_String_System_Object_) function in the [LocalizationProvider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.LocalizationProvider.html) class. It is needed to provide the Localization content, for the required components used in TabSplitterContainer control. +Step 2: It will add the [GetLocalizedString](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.ILocalizationProvider.html#Syncfusion_Windows_Forms_ILocalizationProvider_GetLocalizedString_System_Globalization_CultureInfo_System_String_System_Object_) function in the [LocalizationProvider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.LocalizationProvider.html) class. It is needed to provide the Localization content, for the required components used in the WinForms Tab Splitter Container control. For example: -Here, TabSplitterContainer control is localized in German Language. +Here, the WinForms Tab Splitter Container control is localized in German Language. {% tabs %} diff --git a/WindowsForms/Tab-Splitter-Container/Orientation.md b/WindowsForms/Tab-Splitter-Container/Orientation.md index 91695f528..13a2a12ab 100644 --- a/WindowsForms/Tab-Splitter-Container/Orientation.md +++ b/WindowsForms/Tab-Splitter-Container/Orientation.md @@ -9,7 +9,7 @@ documentation: ug # Orientation in Windows Forms Tab Splitter Container -Orientation of the splitter in the TabSplitterContainer control is set using [Orientation](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_Orientation) property. Default value is horizontal. +Orientation of the splitter in the WinForms Tab Splitter Container control is set using the [Orientation](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_Orientation) property. The default value is horizontal. {% tabs %} diff --git a/WindowsForms/Tab-Splitter-Container/Overview.md b/WindowsForms/Tab-Splitter-Container/Overview.md index 2e68619c3..d1d8f7f27 100644 --- a/WindowsForms/Tab-Splitter-Container/Overview.md +++ b/WindowsForms/Tab-Splitter-Container/Overview.md @@ -9,7 +9,7 @@ documentation: ug # About Syncfusion® Windows Forms TabSplitterContainer Control -The [TabSplitterContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html) control provides a VS 2008-style, tabbed, split view of tab groups to help easily render different views of the same document. The splitter comes with advanced options like swapping of splitter pages, adjustable splitter position, both at design time and run time, collapsing of the splitter panes and supports horizontal and vertical orientation of the splitter. This user guide will easily guide you with the features of TabSplitterContainer control. +The [TabSplitterContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html) control provides a VS 2008-style, tabbed, split view of tab groups to help easily render different views of the same document. The splitter comes with advanced options like swapping of splitter pages, adjustable splitter position, both at design time and run time, collapsing of the splitter panes and supports horizontal and vertical orientation of the splitter. This user guide will easily guide you with the features of the WinForms Tab Splitter Container control. ![Split view of tab groups](Overview_images/Overview_img5.jpeg) @@ -21,4 +21,4 @@ The [TabSplitterContainer](https://help.syncfusion.com/cr/windowsforms/Syncfusio **Orientation** - Provides support to horizontal and vertical orientations. -**VisualStyle** - Supports a rich set of VisualStyle to customize the look and feel of TabSplitterContainer. +**VisualStyle** - Supports a rich set of VisualStyle to customize the look and feel of the WinForms Tab Splitter Container. diff --git a/WindowsForms/Tab-Splitter-Container/Splitter-Components.md b/WindowsForms/Tab-Splitter-Container/Splitter-Components.md index c26e37a60..20214abad 100644 --- a/WindowsForms/Tab-Splitter-Container/Splitter-Components.md +++ b/WindowsForms/Tab-Splitter-Container/Splitter-Components.md @@ -9,7 +9,7 @@ documentation: ug # Splitter Features in Windows Forms TabSplitterContainer -The splitter in the TabSplitterContainer control has in-built options for changing the orientation of the splitter and also to collapse or expand the splitter panes. +The splitter in the WinForms Tab Splitter Container control has in-built options for changing the orientation of the splitter and also to collapse or expand the splitter panes. ![Splitter components](Splitter-Components_images/Splitter-Components_img1.jpeg) diff --git a/WindowsForms/Tab-Splitter-Container/Splitter-Position.md b/WindowsForms/Tab-Splitter-Container/Splitter-Position.md index c6f6211ce..3cd21b423 100644 --- a/WindowsForms/Tab-Splitter-Container/Splitter-Position.md +++ b/WindowsForms/Tab-Splitter-Container/Splitter-Position.md @@ -9,7 +9,7 @@ documentation: ug # Splitter Position in Windows Forms Tab Splitter Container -The splitter position can be adjusted manually within the TabSplitterContainer control at design time and also at run time. To specify the position programmatically, use the [SplitterPosition](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_SplitterPosition) property. +The splitter position can be adjusted manually within the WinForms Tab Splitter Container control at design time and also at run time. To specify the position programmatically, use the [SplitterPosition](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TabSplitterContainer.html#Syncfusion_Windows_Forms_Tools_TabSplitterContainer_SplitterPosition) property. {% tabs %} diff --git a/WindowsForms/Tab-Splitter-Container/Style.md b/WindowsForms/Tab-Splitter-Container/Style.md index 3c57ce869..e06a88ff5 100644 --- a/WindowsForms/Tab-Splitter-Container/Style.md +++ b/WindowsForms/Tab-Splitter-Container/Style.md @@ -9,7 +9,7 @@ documentation: ug # Style in Windows Forms Tab Splitter Container -TabSplitterContainer offers various built in themes for its professional representation as follows +The WinForms Tab Splitter Container offers various built-in themes for its professional representation as follows • Default