diff --git a/WindowsForms/MaskedTextBox/Appearance-Settings.md b/WindowsForms/MaskedTextBox/Appearance-Settings.md
index deca33840..61daa96ec 100644
--- a/WindowsForms/MaskedTextBox/Appearance-Settings.md
+++ b/WindowsForms/MaskedTextBox/Appearance-Settings.md
@@ -10,7 +10,7 @@ documentation: ug
## Background settings
-The background settings of the MaskedEditBox control are discussed below.
+The background settings of the WinForms MaskedTextBox control are discussed below.
### Background color
@@ -46,7 +46,7 @@ Me.maskedEditBox1.BackColor = System.Drawing.Color.PaleGoldenrod

-You can also reset the background color for MaskedEditBox control by using the [ResetBackColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_ResetBackColor) method.
+You can also reset the background color for the WinForms MaskedTextBox control by using the [ResetBackColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_ResetBackColor) method.
@@ -61,11 +61,11 @@ Resets the BackColor property to its default value.
## Foreground settings
-The foreground settings of the MaskedEditBox control are discussed below.
+The foreground settings of the WinForms MaskedTextBox control are discussed below.
### Foreground color
-You can set the foreground color for MaskedEditBox Control by using the [ForeColor](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.textboxbase.forecolor?redirectedfrom=MSDN&view=netcore-3.1#System_Windows_Forms_TextBoxBase_ForeColor) property.
+You can set the foreground color for WinForms MaskedTextBox Control by using the [ForeColor](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.textboxbase.forecolor?redirectedfrom=MSDN&view=netcore-3.1#System_Windows_Forms_TextBoxBase_ForeColor) property.
@@ -99,7 +99,7 @@ Me.maskedEditBox1.ForeColor = System.Drawing.Color.DarkMagenta
## Visual style
-You can set the visual style to the MaskedEditBox control by using [Style](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_Style) property.
+You can set the visual style to the WinForms MaskedTextBox control by using [Style](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_Style) property.
{% tabs %}
diff --git a/WindowsForms/MaskedTextBox/Applying-Themes.md b/WindowsForms/MaskedTextBox/Applying-Themes.md
index 7bdde71e1..7d36e228f 100644
--- a/WindowsForms/MaskedTextBox/Applying-Themes.md
+++ b/WindowsForms/MaskedTextBox/Applying-Themes.md
@@ -8,7 +8,7 @@ documentation: ug
---
# Applying Themes in Windows Forms MaskedTextBox (MaskedEditBox)
-Themes can be applied to the MaskedEditBox control using the property given below.
+Themes can be applied to the WinForms MaskedTextBox control using the property given below.
@@ -24,7 +24,7 @@ Specifies whether or not to use XP themes when BorderStyle property is set to '
-N> Refer_ [Border Settings](/windowsforms/maskededitbox/border-settings) _topic to know about the BorderStyle property.
+N> Refer to the [Border Settings](/windowsforms/maskededitbox/border-settings) topic to know about the BorderStyle property.
{% tabs %}
diff --git a/WindowsForms/MaskedTextBox/Behavior-Settings.md b/WindowsForms/MaskedTextBox/Behavior-Settings.md
index 89ee79fda..a18f2ca81 100644
--- a/WindowsForms/MaskedTextBox/Behavior-Settings.md
+++ b/WindowsForms/MaskedTextBox/Behavior-Settings.md
@@ -8,7 +8,7 @@ documentation: ug
---
# Behavior Settings in Windows Form MaskedTextBox (MaskedEditBox)
-The behavior settings of the MaskedEditBox control are discussed below.
+The behavior settings of the WinForms MaskedTextBox control are discussed below.
### Prompt and padding character settings
@@ -108,7 +108,7 @@ Me.maskedEditBox1.MaxLength = 32800
### ReadOnly
-The ReadOnly mode can be enabled for the MaskedEditBox control using the below given property.
+The ReadOnly mode can be enabled for the WinForms MaskedTextBox control using the below given property.
diff --git a/WindowsForms/MaskedTextBox/Border-Settings.md b/WindowsForms/MaskedTextBox/Border-Settings.md
index 1710a0e93..5b4d305e2 100644
--- a/WindowsForms/MaskedTextBox/Border-Settings.md
+++ b/WindowsForms/MaskedTextBox/Border-Settings.md
@@ -8,7 +8,7 @@ documentation: ug
---
# Border Settings in MaskedTextBox (MaskedEditBox)
-The border settings of the MaskedEditBox control are discussed in this section.
+The border settings of the WinForms MaskedTextBox control are discussed in this section.
The border styles for the [MaskedEditBox](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html) control can be customized using the [Border3DStyle](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_Border3DStyle), [BorderColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_BorderColor), [BorderSides](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_BorderSides) and [BorderStyle](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.textboxbase.borderstyle?redirectedfrom=MSDN&view=windowsdesktop-7.0&viewFallbackFrom=netcore-3.1#System_Windows_Forms_TextBoxBase_BorderStyle) properties.
diff --git a/WindowsForms/MaskedTextBox/Culture-Settings.md b/WindowsForms/MaskedTextBox/Culture-Settings.md
index b6e2d7eca..85099ce48 100644
--- a/WindowsForms/MaskedTextBox/Culture-Settings.md
+++ b/WindowsForms/MaskedTextBox/Culture-Settings.md
@@ -8,7 +8,7 @@ documentation: ug
---
# Culture Settings in Windows Forms MaskedTextBox (MaskedEditBox)
-This section discusses the culture settings of the MaskedEditBox control.
+This section discusses the culture settings of the WinForms MaskedTextBox control.
diff --git a/WindowsForms/MaskedTextBox/Display-Settings.md b/WindowsForms/MaskedTextBox/Display-Settings.md
index f87507177..10360e41d 100644
--- a/WindowsForms/MaskedTextBox/Display-Settings.md
+++ b/WindowsForms/MaskedTextBox/Display-Settings.md
@@ -8,7 +8,7 @@ documentation: ug
---
# Display Settings in MaskedTextBox (MaskedEditBox)
-This section discusses the display settings of the [MaskedEditBox](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html) control.
+This section discusses the display settings of the WinForms MaskedTextBox control.
## Separators
@@ -43,7 +43,7 @@ For example, if you want to display the user data in date time format say mm/dd/
We can change the default separators used. If you want to display the date time as 'mm-dd-yy', change the DateSeparator property from '/' to '-'.
-Similarly other separators can be used.
+Similarly, other separators can be used.
{% tabs %}
@@ -83,7 +83,7 @@ Me.maskedEditBox1.TimeSeparator = ":"C
## Cursor position
-You can set the cursor position of the MaskedEditBox control by using [PositionAt](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_PositionAt) and [PositionAtDecimal](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_PositionAtDecimal) properties.
+You can set the cursor position of the WinForms MaskedTextBox control by using the [PositionAt](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_PositionAt) and [PositionAtDecimal](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_PositionAtDecimal) properties.
@@ -136,7 +136,7 @@ Specifies the data groups that can be used for splitting up the text.
-The [DataGroups](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_DataGroups) property of the MaskedEditBox defines a virtual grouping of the mask value. Each group is defined by a [MaskedEditDataGroupInfo](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.html#Syncfusion_Windows_Forms_Tools_MaskedEditDataGroupInfoCollection_Add_Syncfusion_Windows_Forms_Tools_MaskedEditDataGroupInfo_) object (the DataGroups property is a collection of these objects).
+The [DataGroups](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_DataGroups) property of the WinForms MaskedTextBox defines a virtual grouping of the mask value. Each group is defined by a [MaskedEditDataGroupInfo](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.html#Syncfusion_Windows_Forms_Tools_MaskedEditDataGroupInfoCollection_Add_Syncfusion_Windows_Forms_Tools_MaskedEditDataGroupInfo_) object (the DataGroups property is a collection of these objects).
A data group is defined by its `GroupLength` property. For example, if the mask is given as follows,
diff --git a/WindowsForms/MaskedTextBox/Getting-Started.md b/WindowsForms/MaskedTextBox/Getting-Started.md
index 20ece02f0..5eec27c30 100644
--- a/WindowsForms/MaskedTextBox/Getting-Started.md
+++ b/WindowsForms/MaskedTextBox/Getting-Started.md
@@ -16,9 +16,9 @@ Refer to the [Control Dependencies](https://help.syncfusion.com/windowsforms/con
Refer to this [documentation](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) to find more details about installing NuGet packages in a Windows Forms application.
-## Adding the MaskedEditBox control via designer
+## Adding the WinForms MaskedTextBox control via designer
-The following steps describe how to create the **MaskedEditBox** control via designer:
+The following steps describe how to create the **WinForms MaskedTextBox** control via designer:
1. Create a new Windows Forms application in Visual Studio.
@@ -28,7 +28,7 @@ The following steps describe how to create the **MaskedEditBox** control via des

-3. Set the symbols in the [Mask](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_Mask) property for the control. This property controls the behavior of control at run time.
+3. Set the symbols in the [Mask](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_Mask) property of the control. This property controls the behavior of the control at run time.

@@ -36,9 +36,9 @@ If no mask is specified, the control will behave the same as a standard Windows

-## Adding the MaskedEditBox control via code
+## Adding the WinForms MaskedTextBox control via code
-The following steps describe how to create the **MaskedEditBox** control programmatically:
+The following steps describe how to create the **WinForms MaskedTextBox** control programmatically:
1. Create a C# or VB application via Visual Studio.
@@ -98,7 +98,7 @@ You can set some common symbols for the [Mask](https://help.syncfusion.com/cr/wi
N> The **#** symbol allows numeric entry only in that position.
-Examples of some common masks are,
+Examples of some common masks:
@@ -108,7 +108,7 @@ Usage
|
###-##-#### |
-US Social security number mask( the '-' symbol is literal). Example 222-22-2222. |
+US Social security number mask (the '-' symbol is literal). Example 222-22-2222.
|
(###) ### #### |
@@ -124,7 +124,7 @@ Short time mask. Example 12:24. |
|
>???????????? |
-First name or last name. The first letter is uppercase, and the other all letters are lowercase. Example: Syncfusion. |
+First name or last name. The first letter is uppercase, and all other letters are lowercase. Example: Syncfusion.
{% tabs %}
diff --git a/WindowsForms/MaskedTextBox/Layout-Settings.md b/WindowsForms/MaskedTextBox/Layout-Settings.md
index 5851a40e5..8eb0af6f7 100644
--- a/WindowsForms/MaskedTextBox/Layout-Settings.md
+++ b/WindowsForms/MaskedTextBox/Layout-Settings.md
@@ -8,7 +8,7 @@ documentation: ug
---
# Layout Settings in MaskedEditBox
-The layout settings of the MaskedEditBox control are discussed in this section.
+The layout settings of the WinForms MaskedTextBox control are discussed in this section.
You can set the minimum and maximum size of the [MaskedEditBox](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html) control by using the [MinimumSize](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_MinimumSize) and [MaximumSize](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_MaximumSize) properties.
diff --git a/WindowsForms/MaskedTextBox/Mask-Settings.md b/WindowsForms/MaskedTextBox/Mask-Settings.md
index 1f9f0faf4..573600d6e 100644
--- a/WindowsForms/MaskedTextBox/Mask-Settings.md
+++ b/WindowsForms/MaskedTextBox/Mask-Settings.md
@@ -8,7 +8,7 @@ documentation: ug
---
# Mask Settings in MaskedTextBox (MaskedEditBox)
-This section deals with the mask settings of MaskedEditBox control.
+This section deals with the mask settings of WinForms MaskedTextBox control.
The format or behavior for the [MaskedEditBox](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html) control is defined through the property given below.
@@ -34,7 +34,7 @@ Literal characters give visual cues about the type of data being used. Mask char
In the above Mask, all the non # characters are Literal characters and the #’s are Mask characters.
-The MaskedEditBox control supports the following masks.
+The WinForms MaskedTextBox control supports the following masks.
diff --git a/WindowsForms/MaskedTextBox/Mode-Settings.md b/WindowsForms/MaskedTextBox/Mode-Settings.md
index 6d9955b7f..042d1018f 100644
--- a/WindowsForms/MaskedTextBox/Mode-Settings.md
+++ b/WindowsForms/MaskedTextBox/Mode-Settings.md
@@ -8,7 +8,7 @@ documentation: ug
---
# Mode Settings in MaskedTextBox (MaskedEditBox)
-This section discusses how to set the different mode to the MaskedEditBox control.
+This section discusses how to set the different mode to the WinForms MaskedTextBox control.
The mode settings for the [MaskedEditBox](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html) control can be customized by using the [ClipMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_ClipMode), [InputMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_InputMode) and [UsageMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html#Syncfusion_Windows_Forms_Tools_MaskedEditBox_UsageMode) properties.
@@ -20,15 +20,15 @@ Description
|
ClipMode |
-Specifies the format of the text that will be returned by the MaskedEdit control. The options included are as follows.{{ '_IncludeLiterals and_' | markdownify }}{{ '_ExcludeLiterals._' | markdownify }}The default value is 'IncludeLiterals'. |
+Specifies the format of the text that will be returned by the WinForms MaskedTextBox control. The options included are as follows.{{ '_IncludeLiterals and_' | markdownify }}{{ '_ExcludeLiterals._' | markdownify }}The default value is 'IncludeLiterals'.
|
InputMode |
-Specifies the input mode for the MaskedEditBox control. The options included are as follows.{{ '_OvertypeOnly and_' | markdownify }}{{ '_Normal._' | markdownify }}The default value is 'Over typeOnly'. |
+Specifies the input mode for the WinForms MaskedTextBox control. The options included are as follows.{{ '_OvertypeOnly and_' | markdownify }}{{ '_Normal._' | markdownify }}The default value is 'Over typeOnly'.
|
UsageMode |
-Specifies if the MaskedEditBox control is to behave as a numeric control. |
+Specifies if the WinForms MaskedTextBox control is to behave as a numeric control.
## Clip mode
@@ -49,7 +49,7 @@ The [UsageMode](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.F
## Normal mode
-When the `UsageMode` is set to `Normal`, there is no change in the behavior. This is the default mode for a MaskedEditBox control.
+When the `UsageMode` is set to `Normal`, there is no change in the behavior. This is the default mode for a WinForms MaskedTextBox control.
## Numeric mode
diff --git a/WindowsForms/MaskedTextBox/Overview.md b/WindowsForms/MaskedTextBox/Overview.md
index 08f2fee92..0530456c6 100644
--- a/WindowsForms/MaskedTextBox/Overview.md
+++ b/WindowsForms/MaskedTextBox/Overview.md
@@ -8,15 +8,15 @@ documentation: ug
---
# About Syncfusion® Windows Forms MaskedEditBox Control
-The MaskedEditBox control is an edit control that provides an easy and reliable way of collecting user input and displaying standard data in specific formats from any data source. Some of the common uses of the MaskedEditBox controls are IP Addressed it control, Phone Number edit control and Social Security edit control.
+The WinForms MaskedTextBox control is an edit control that provides an easy and reliable way of collecting user input and displaying standard data in specific formats from any data source. Some of the common uses of the WinForms MaskedTextBox controls are IP Addressed it control, Phone Number edit control and Social Security edit control.

-If you define an input mask using the Mask property, each character position in the MaskedEditBox control maps to either a placeholder of a specified type or a literal character. Literal characters, or literals, can give visual cues about the type of data being used. For example, the parentheses surrounding the area code of a telephone number are literals: (919).
+If you define an input mask using the Mask property, each character position in the WinForms MaskedTextBox control maps to either a placeholder of a specified type or a literal character. Literal characters, or literals, can give visual cues about the type of data being used. For example, the parentheses surrounding the area code of a telephone number are literals: (919).
-MaskedEditBox control exhibits the similar properties of CurrencyTextBox.
+WinForms MaskedTextBox control exhibits the similar properties of CurrencyTextBox.
## Key Features
diff --git a/WindowsForms/MaskedTextBox/Text-Settings.md b/WindowsForms/MaskedTextBox/Text-Settings.md
index 970119a67..3c981eaee 100644
--- a/WindowsForms/MaskedTextBox/Text-Settings.md
+++ b/WindowsForms/MaskedTextBox/Text-Settings.md
@@ -8,7 +8,7 @@ documentation: ug
---
# Text Settings in MaskedTextBox (MaskedEditBox)
-This section discusses the text settings of the MaskedEditBox control.
+This section discusses the text settings of the WinForms MaskedTextBox control.
The text associated with the [MaskedEditBox](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.MaskedEditBox.html) control can be set and customized using the below given settings.
diff --git a/WindowsForms/MaskedTextBox/Value-Settings.md b/WindowsForms/MaskedTextBox/Value-Settings.md
index 30bda7e3f..ac4bcf46e 100644
--- a/WindowsForms/MaskedTextBox/Value-Settings.md
+++ b/WindowsForms/MaskedTextBox/Value-Settings.md
@@ -8,7 +8,7 @@ documentation: ug
---
# Value Settings in MaskedTextBox (MaskedEditBox)
-The value settings of the MaskedEditBox control are discussed below.
+The value settings of the WinForms MaskedTextBox control are discussed below.
## MinValue and MaxValue
diff --git a/WindowsForms/Toggle-Button/Custom-Styling.md b/WindowsForms/Toggle-Button/Custom-Styling.md
index aec76eadc..4da866e22 100644
--- a/WindowsForms/Toggle-Button/Custom-Styling.md
+++ b/WindowsForms/Toggle-Button/Custom-Styling.md
@@ -9,12 +9,12 @@ documentation: ug
# Custom Styling in Windows Forms ToggleButton
-The appearance of the Toggle Button is customized by using the IToggleButtonRenderer. This interface provides few methods to control painting borders, arrow, and so on.
+The appearance of the WinForms Toggle Button is customized by using the IToggleButtonRenderer. This interface provides few methods to control painting borders, arrow, and so on.
To customize the appearance,
1. Create a new custom renderer class and implement each of the members defined in IToggleButtonRenderer.
-2. Assign instance of your custom renderer to the Renderer property of ToggleButton. By default, ToggleButton is painted by using its default renderer.
+2. Assign instance of your custom renderer to the Renderer property of WinForms Toggle Button. By default, WinForms Toggle Button is painted by using its default renderer.
{% tabs %}
{% highlight c# %}
diff --git a/WindowsForms/Toggle-Button/Display-Mode-Configuration.md b/WindowsForms/Toggle-Button/Display-Mode-Configuration.md
index 6b43c26ab..6dd8679e5 100644
--- a/WindowsForms/Toggle-Button/Display-Mode-Configuration.md
+++ b/WindowsForms/Toggle-Button/Display-Mode-Configuration.md
@@ -9,7 +9,7 @@ documentation: ug
# Display Mode in Windows Forms ToggleButton
-Toggle Button is set to display either text or image through its DisplayMode property.
+WinForms Toggle Button is set to display either text or image through its DisplayMode property.
{% tabs %}
{% highlight c# %}
diff --git a/WindowsForms/Toggle-Button/FAQ/How-to-customize-Toggle-Button-styling.md b/WindowsForms/Toggle-Button/FAQ/How-to-customize-Toggle-Button-styling.md
index 98e0ac1d2..57e65332c 100644
--- a/WindowsForms/Toggle-Button/FAQ/How-to-customize-Toggle-Button-styling.md
+++ b/WindowsForms/Toggle-Button/FAQ/How-to-customize-Toggle-Button-styling.md
@@ -9,7 +9,7 @@ documentation: ug
# How to Customize Toggle Button Styling in ToggleButton
-You can customize the appearance of the Toggle Button by using the IToggleButtonRenderer. The following code example illustrates how to achieve iOS platform look-alike Toggle Button.
+You can customize the appearance of the WinForms Toggle Button by using the IToggleButtonRenderer. The following code example illustrates how to achieve iOS platform look-alike WinForms Toggle Button.
{% tabs %}
{% highlight c# %}
diff --git a/WindowsForms/Toggle-Button/FAQ/What-are-the-events-available-in-ToggleButton.md b/WindowsForms/Toggle-Button/FAQ/What-are-the-events-available-in-ToggleButton.md
index 68fb02198..e6bee892b 100644
--- a/WindowsForms/Toggle-Button/FAQ/What-are-the-events-available-in-ToggleButton.md
+++ b/WindowsForms/Toggle-Button/FAQ/What-are-the-events-available-in-ToggleButton.md
@@ -9,14 +9,14 @@ documentation: ug
# Events available in Windows Forms ToggleButton
-The following listed events are available in Toggle Button.
+The following listed events are available in WinForms Toggle Button.
* ToggleStateChanging
* ToggleStateChanged
## ToggleStateChanging
-This event is triggered in Toggle Button when its state is changing.
+This event is triggered in WinForms Toggle Button when its state is changing.
### Event data
@@ -54,7 +54,7 @@ End Sub
## ToggleStateChanged
-This event is triggered in Toggle Button after its value is changed.
+This event is triggered in WinForms Toggle Button after its value is changed.
### Event data
@@ -66,7 +66,7 @@ Description
|
ToggleState |
-Returns the current state of the ToggleButton. |
+Returns the current state of the WinForms Toggle Button.
{% tabs %}
diff --git a/WindowsForms/Toggle-Button/Getting-Started.md b/WindowsForms/Toggle-Button/Getting-Started.md
index 97d3baa62..c57f9011d 100644
--- a/WindowsForms/Toggle-Button/Getting-Started.md
+++ b/WindowsForms/Toggle-Button/Getting-Started.md
@@ -9,7 +9,7 @@ documentation: ug
# Getting Started with Windows Forms ToggleButton
-This section briefly describes how to create a new Windows Forms project in Visual Studio and add [ToggleButton](https://www.syncfusion.com/winforms-ui-controls/toggle-button) with it's basic functionalities.
+This section briefly describes how to create a new Windows Forms project in Visual Studio and add [WinForms Toggle Button](https://www.syncfusion.com/winforms-ui-controls/toggle-button) with it's basic functionalities.
## Assembly deployment
@@ -18,9 +18,9 @@ Refer to the [control dependencies](https://help.syncfusion.com/windowsforms/con
[Check here](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) to find more details on how to install nuget packages in Windows Forms application.
-## Adding a WinForms ToggleButton control through designer
+## Adding a WinForms Toggle Button control through designer
-**Step 1**: Create a new Windows Forms application in Visual Studio. Drag and drop the ToggleButton from toolbox into form design view. The following dependent assemblies will be added automatically.
+**Step 1**: Create a new Windows Forms application in Visual Studio. Drag and drop the WinForms Toggle Button from toolbox into form design view. The following dependent assemblies will be added automatically.
* Syncfusion.Grid.Base
* Syncfusion.Grid.Windows
@@ -33,7 +33,7 @@ Refer to the [control dependencies](https://help.syncfusion.com/windowsforms/con

-**Step 2**: You can customize the properties of ToggleButton using the properties panel. Here we have illustrated an example on how to edit the ToggleState property of the ToggleButton as shown as follows.
+**Step 2**: You can customize the properties of WinForms Toggle Button using the properties panel. Here we have illustrated an example on how to edit the ToggleState property of the WinForms Toggle Button as shown as follows.

@@ -42,7 +42,7 @@ Refer to the [control dependencies](https://help.syncfusion.com/windowsforms/con

-## Adding a WinForms ToggleButton control through code
+## Adding a WinForms Toggle Button control through code
**Step 1**: Create a new Windows Forms application in Visual Studio. Add the following required assembly references and namespace to the project.
@@ -74,7 +74,7 @@ Imports Syncfusion.Windows.Forms.Tools

-**Step 2**: In Form1.cs, create an instance of **"ToggleButton"** control and add in to the form. Also you can customize the ToggleButton properties using the following code.
+**Step 2**: In Form1.cs, create an instance of **"WinForms Toggle Button"** control and add in to the form. Also you can customize the WinForms Toggle Button properties using the following code.
{% capture codesnippet2 %}
{% tabs %}
diff --git a/WindowsForms/Toggle-Button/Overview.md b/WindowsForms/Toggle-Button/Overview.md
index 6cf290db0..c2aec6373 100644
--- a/WindowsForms/Toggle-Button/Overview.md
+++ b/WindowsForms/Toggle-Button/Overview.md
@@ -9,7 +9,7 @@ documentation: ug
# About Syncfusion® Windows Forms ToggleButton Control
-Toggle Button control for Windows Forms allows you to toggle between two states (Active and Inactive) that are opposite to each other in terms of behavior.
+WinForms Toggle Button control for Windows Forms allows you to toggle between two states (Active and Inactive) that are opposite to each other in terms of behavior.

diff --git a/WindowsForms/Toggle-Button/Slider-Customization.md b/WindowsForms/Toggle-Button/Slider-Customization.md
index b38ed4ecf..aab9a1a31 100644
--- a/WindowsForms/Toggle-Button/Slider-Customization.md
+++ b/WindowsForms/Toggle-Button/Slider-Customization.md
@@ -9,7 +9,7 @@ documentation: ug
# Slider Customization in Windows Forms ToggleButton
-In the Toggle Button, the Slider is used to switch between two different states. It can be customized with different colors by using the Color property. The height of the Slider is calculated based on the Control’s Height. The Slider Width is customized by using the Slider.Width property that should not exceed the control’s width.
+In the WinForms Toggle Button, the Slider is used to switch between two different states. It can be customized with different colors by using the Color property. The height of the Slider is calculated based on the Control’s Height. The Slider Width is customized by using the Slider.Width property that should not exceed the control’s width.
{% tabs %}
{% highlight c# %}
diff --git a/WindowsForms/Toggle-Button/Toggle-State-Configuration.md b/WindowsForms/Toggle-Button/Toggle-State-Configuration.md
index 9ceb35227..1002f41dc 100644
--- a/WindowsForms/Toggle-Button/Toggle-State-Configuration.md
+++ b/WindowsForms/Toggle-Button/Toggle-State-Configuration.md
@@ -9,7 +9,7 @@ documentation: ug
# Configure Toggle States in Windows Forms ToggleButton
-Toggle Button is configured with two states (Active and Inactive) contrasting each other. Toggling can be handled at runtime either through mouse click or through space key.
+WinForms Toggle Button is configured with two states (Active and Inactive) contrasting each other. Toggling can be handled at runtime either through mouse click or through space key.

@@ -33,7 +33,7 @@ Me.ToggleButton1.ToggleState = ToggleButtonState.Active
## Active state
-In the Toggle Button, active state is represented uniquely through its styling properties: BackColor, BorderColor, ForeColor, and HoverColor.
+In the WinForms Toggle Button, active state is represented uniquely through its styling properties: BackColor, BorderColor, ForeColor, and HoverColor.
{% tabs %}
{% highlight c# %}