diff --git a/WindowsForms/Integer-TextBox/AppearanceSettings.md b/WindowsForms/Integer-TextBox/AppearanceSettings.md index 5d75d4c28..2bee98600 100644 --- a/WindowsForms/Integer-TextBox/AppearanceSettings.md +++ b/WindowsForms/Integer-TextBox/AppearanceSettings.md @@ -7,11 +7,11 @@ control: Tools documentation: ug --- -# Appearance Settings in Windows Forms IntegerTextBox +# Appearance Settings in WinForms Integer TextBox ## Background settings -The background settings of the IntegerTextBox control are discussed below. +The background settings of the WinForms Integer TextBox control are discussed below. ### Background color @@ -46,7 +46,7 @@ The methods associated with the above properties are given below. ## Foreground settings -The foreground settings of the IntegerTextBox control are discussed below. +The foreground settings of the WinForms Integer TextBox control are discussed below. ### Foreground color @@ -93,8 +93,8 @@ The methods associated with the above properties are given below. ## Visual style -Please refer the [TextBoxExt Visual style](/windowsforms/TextBoxExt/Appearance-Settings) to set themes for IntegerTextBox. +Please refer the [TextBoxExt Visual style](/windowsforms/TextBoxExt/Appearance-Settings) to set themes for WinForms Integer TextBox. -A sample which demonstrates the Foreground Settings of IntegerTextBox control is available in the below sample installation path. +A sample which demonstrates the Foreground Settings of WinForms Integer TextBox control is available in the below sample installation path. …\System Drive:\Users\Username\AppData\Local\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Editor Controls\Editor Controls\CS diff --git a/WindowsForms/Integer-TextBox/ApplyingThemes.md b/WindowsForms/Integer-TextBox/ApplyingThemes.md index 420d728ce..4c4f5cfaa 100644 --- a/WindowsForms/Integer-TextBox/ApplyingThemes.md +++ b/WindowsForms/Integer-TextBox/ApplyingThemes.md @@ -7,9 +7,9 @@ control: Tools documentation: ug --- -# Applying Themes in Windows Forms IntegerTextBox +# Applying Themes in WinForms Integer TextBox -Themes can be applied to the IntegerTextBox control using the [ThemesEnabled](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_ThemesEnabled) property given below. +Themes can be applied to the WinForms Integer TextBox control using the [ThemesEnabled](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_ThemesEnabled) property given below. N> Refer [Border Settings](/windowsforms/integertextbox/bordersettings) topic to know about the [BorderStyle](https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.textboxbase.borderstyle?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_TextBoxBase_BorderStyle) property. @@ -29,6 +29,6 @@ Me.integerTextBox1.ThemesEnabled = true ![Themes](Overview_images/Overview_img460.png) -A sample which demonstrates the [ThemesEnabled](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_ThemesEnabled) property of the IntegerTextBox control is available in the below sample installation path. +A sample which demonstrates the [ThemesEnabled](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_ThemesEnabled) property of the WinForms Integer TextBox control is available in the below sample installation path. …\System Drive:\Users\Username\AppData\Local\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Editor Controls\Editor Controls\CS diff --git a/WindowsForms/Integer-TextBox/BannerTextSupport.md b/WindowsForms/Integer-TextBox/BannerTextSupport.md index bf996790c..6e61f5514 100644 --- a/WindowsForms/Integer-TextBox/BannerTextSupport.md +++ b/WindowsForms/Integer-TextBox/BannerTextSupport.md @@ -7,9 +7,9 @@ control: Tools documentation: ug --- -# Banner Text Support in Windows Forms IntegerTextBox +# Banner Text Support in WinForms Integer TextBox -The IntegerTextBox control can display banner text in the text field, at run time. A [BannerTextProvider](/windowsforms/watermark-text-provider/overview) should be available for this purpose. Also, we need to set [AllowNull](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_AllowNull), [NullString](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_NullString) and [Text](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.IntegerTextBox.html#Syncfusion_Windows_Forms_Tools_IntegerTextBox_Text) properties as below, to make this feature effective. +The WinForms Integer TextBox control can display banner text in the text field, at run time. A [BannerTextProvider](/windowsforms/watermark-text-provider/overview) should be available for this purpose. Also, we need to set [AllowNull](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_AllowNull), [NullString](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_NullString) and [Text](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.IntegerTextBox.html#Syncfusion_Windows_Forms_Tools_IntegerTextBox_Text) properties as below, to make this feature effective. {% tabs %} diff --git a/WindowsForms/Integer-TextBox/BehaviorSettings.md b/WindowsForms/Integer-TextBox/BehaviorSettings.md index 0aa44b845..87129819f 100644 --- a/WindowsForms/Integer-TextBox/BehaviorSettings.md +++ b/WindowsForms/Integer-TextBox/BehaviorSettings.md @@ -7,13 +7,13 @@ control: Tools documentation: ug --- -# Behavior Settings in Windows Forms IntegerTextBox +# Behavior Settings in WinForms Integer TextBox -The behavior settings of the IntegerTextBox control are discussed below. +The behavior settings of the WinForms Integer TextBox control are discussed below. ## Negative key settings -The integer value of the IntegerTextBox can be reset or changed to a negative value using the properties given below. +The integer value of the WinForms Integer TextBox can be reset or changed to a negative value using the properties given below. * [DeleteSelectionOnNegative](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumericTextBox.html#Syncfusion_Windows_Forms_Tools_NumericTextBox_DeleteSelectionOnNegative) * [NegativeInputPendingOnSelectAll](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_NegativeInputPendingOnSelectAll) diff --git a/WindowsForms/Integer-TextBox/BorderSettings.md b/WindowsForms/Integer-TextBox/BorderSettings.md index 9ec392b6b..4206940f3 100644 --- a/WindowsForms/Integer-TextBox/BorderSettings.md +++ b/WindowsForms/Integer-TextBox/BorderSettings.md @@ -7,9 +7,9 @@ control: Tools documentation: ug --- -# Border Settings in Windows Forms IntegerTextBox +# Border Settings in WinForms Integer TextBox -Color and styles can be applied to the border of the IntegerTextBox control using the below properties. +Color and styles can be applied to the border of the WinForms Integer TextBox control using the below properties. * [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) @@ -33,6 +33,6 @@ Me.integerTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle ![Border style](Overview_images/Overview_img458.png) -A sample which demonstrates the Border Settings of IntegerTextBox control is available in the below sample installation path. +A sample which demonstrates the Border Settings of WinForms Integer TextBox control is available in the below sample installation path. …\System Drive:\Users\Username\AppData\Local\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Editor Controls\Editor Controls\CS diff --git a/WindowsForms/Integer-TextBox/CultureSettings.md b/WindowsForms/Integer-TextBox/CultureSettings.md index 833ffeccb..ae368f3cb 100644 --- a/WindowsForms/Integer-TextBox/CultureSettings.md +++ b/WindowsForms/Integer-TextBox/CultureSettings.md @@ -7,8 +7,8 @@ control: Tools documentation: ug --- -# Culture Settings in Windows Forms IntegerTextBox -Users can set the culture of the integer text box control using the [Culture](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_Culture), [CurrentCultureRefresh](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_CurrentCultureRefresh), [SpecialCultureValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_SpecialCultureValue), and [UseUserOverride](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_UseUserOverride) properties. +# Culture Settings in WinForms Integer TextBox +Users can set the culture of the WinForms Integer TextBox control using the [Culture](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_Culture), [CurrentCultureRefresh](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_CurrentCultureRefresh), [SpecialCultureValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_SpecialCultureValue), and [UseUserOverride](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_UseUserOverride) properties. {% tabs %} {% highlight C# %} @@ -29,6 +29,6 @@ Me.integerTextBox1.UseUserOverride = True N> The [RefreshCulture](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_RefreshCulture) method can be used to refresh and reapply the culture specific settings. -A Sample which demonstrates the Culture Settings of the IntegerTextBox control is available in the below sample installation path. +A Sample which demonstrates the Culture Settings of the WinForms Integer TextBox control is available in the below sample installation path. …\System Drive:\Users\Username\AppData\Local\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Editor Controls\Editor Controls\CS diff --git a/WindowsForms/Integer-TextBox/DisplaySettings.md b/WindowsForms/Integer-TextBox/DisplaySettings.md index 4689adb24..25087892f 100644 --- a/WindowsForms/Integer-TextBox/DisplaySettings.md +++ b/WindowsForms/Integer-TextBox/DisplaySettings.md @@ -7,11 +7,11 @@ control: Tools documentation: ug --- -# Display Settings in Windows Forms IntegerTextBox +# Display Settings in WinForms Integer TextBox -This section discusses the display settings of the IntegerTextBox control. +This section discusses the display settings of the WinForms Integer TextBox control. -The IntegerTextBox provides a list of properties to set the display characteristics associated with the integer value. +It provides a list of properties to set the display characteristics associated with the integer value. * [NumberGroupSeparator](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumericTextBox.html#Syncfusion_Windows_Forms_Tools_NumericTextBox_NumberGroupSeparator) * [NumberGroupSizes](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumericTextBox.html#Syncfusion_Windows_Forms_Tools_NumericTextBox_NumberGroupSizes) @@ -39,13 +39,13 @@ Me.integerTextBox1.NegativeSign = "-" ![Display setting](Overview_images/Overview_img442.png) -A Sample which demonstrates the Display Settings of IntegerTextBox control is available in the below sample installation path. +A Sample which demonstrates the Display Settings of WinForms Integer TextBox control is available in the below sample installation path. …\_My Documents\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Advanced Editor Functions\ActionGroupingDemo_ ## Value settings -The various values of the IntegerTextBox control and their settings are given below. +The various values of the WinForms Integer TextBox control and their settings are given below. * [IntegerValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.IntegerTextBox.html#Syncfusion_Windows_Forms_Tools_IntegerTextBox_IntegerValue) * [DefaultValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_DefaultValue) @@ -69,7 +69,7 @@ Me.integerTextBox1.BindableValue = 777 ## Null value settings -There are various settings that can be applied to the IntegerTextBox control when the value of the control is set to 'Null'. These settings are illustrated below. +There are various settings that can be applied to the WinForms Integer TextBox control when the value of the control is set to 'Null'. These settings are illustrated below. * [NullString](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_NullString) * [NullFormat](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_NullFormat) @@ -92,7 +92,7 @@ Me.integerTextBox1. AllowNull = True ## Min and max value settings -The minimum and maximum values of the IntegerTextBox can be set using the below given properties. +The minimum and maximum values of the WinForms Integer TextBox can be set using the below given properties. * [MaxValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.IntegerTextBox.html#Syncfusion_Windows_Forms_Tools_IntegerTextBox_MaxValue) * [MinValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.IntegerTextBox.html#Syncfusion_Windows_Forms_Tools_IntegerTextBox_MinValue) diff --git a/WindowsForms/Integer-TextBox/FAQ/How-to-display-empty-string-in-editor-controls-when-databound-value-is-null.md b/WindowsForms/Integer-TextBox/FAQ/How-to-display-empty-string-in-editor-controls-when-databound-value-is-null.md index e3ae87a56..db9b0b4bf 100644 --- a/WindowsForms/Integer-TextBox/FAQ/How-to-display-empty-string-in-editor-controls-when-databound-value-is-null.md +++ b/WindowsForms/Integer-TextBox/FAQ/How-to-display-empty-string-in-editor-controls-when-databound-value-is-null.md @@ -7,7 +7,7 @@ control: Tools documentation: ug --- -# How to Show Empty String in IntegerTextBox +# How to Show Empty String in WinForms Integer TextBox We can display empty string when data bound value is null. For this we need to bind the editor controls (like IntegerTextBox, DoubleTextBox, etc.,) to BindableValue property and also we need to set [AllowNull](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_AllowNull) to true and [NullString](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_NullString) property to empty string. diff --git a/WindowsForms/Integer-TextBox/Getting-Started.md b/WindowsForms/Integer-TextBox/Getting-Started.md index dea578bc0..09cc727fc 100644 --- a/WindowsForms/Integer-TextBox/Getting-Started.md +++ b/WindowsForms/Integer-TextBox/Getting-Started.md @@ -7,7 +7,7 @@ control: Tools documentation: ug --- -# Getting Started with Windows Forms IntegerTextBox +# Getting Started with WinForms Integer TextBox ## Assembly deployment @@ -17,17 +17,17 @@ You can find more details about installing the NuGet packages in a Windows Forms [How to install nuget packages](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) -### Create a simple application with IntegerTextBox +### Create a simple application with WinForms Integer TextBox -You can create a Windows Forms application with IntegerTextBox using the following steps: +You can create a Windows Forms application with WinForms Integer TextBox using the following steps: ### Create a project -Create a new Windows Forms project in Visual Studio to display the IntegerTextBox control. +Create a new Windows Forms project in Visual Studio to display the WinForms Integer TextBox control. ## Add control through designer -The IntegerTextBox control can be added to an application by dragging it from the toolbox to a designer view. The **Syncfusion.Shared.Base** assembly reference will be added automatically: +The WinForms Integer TextBox control can be added to an application by dragging it from the toolbox to a designer view. The **Syncfusion.Shared.Base** assembly reference will be added automatically: ![IntegerTextBox control added by designer](Overview_images/wf-integer-text-box-control-added-designer.png) @@ -52,7 +52,7 @@ Imports Syncfusion.Windows.Forms.Tools {{ codesnippet1 | OrderList_Indent_Level_1 }} -3. Create an IntegerTextBox instance, and add it to the window. +3. Create an WinForms Integer TextBox instance, and add it to the window. {% capture codesnippet2 %} {% tabs %} @@ -72,7 +72,7 @@ Me.Controls.Add(integerTextBox1) ## Maximum and minimum value constraints -You can set the maximum and minimum values using the [MaxValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.IntegerTextBox.html#Syncfusion_Windows_Forms_Tools_IntegerTextBox_MaxValue) and [MinValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.IntegerTextBox.html#Syncfusion_Windows_Forms_Tools_IntegerTextBox_MinValue) properties of IntegerTextBox. +You can set the maximum and minimum values using the [MaxValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.IntegerTextBox.html#Syncfusion_Windows_Forms_Tools_IntegerTextBox_MaxValue) and [MinValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.IntegerTextBox.html#Syncfusion_Windows_Forms_Tools_IntegerTextBox_MinValue) properties of WinForms Integer TextBox. {% tabs %} {% highlight C# %} @@ -87,7 +87,7 @@ Me.integerTextBox1.MinValue = -9223372036854775808 ## Number format -You can display the numbers in custom format using the [NumberGroupSeparator](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumericTextBox.html#Syncfusion_Windows_Forms_Tools_NumericTextBox_NumberGroupSeparator) and [NumberGroupSizes](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumericTextBox.html#Syncfusion_Windows_Forms_Tools_NumericTextBox_NumberGroupSizes) properties of IntegerTextBox. +You can display the numbers in custom format using the [NumberGroupSeparator](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumericTextBox.html#Syncfusion_Windows_Forms_Tools_NumericTextBox_NumberGroupSeparator) and [NumberGroupSizes](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumericTextBox.html#Syncfusion_Windows_Forms_Tools_NumericTextBox_NumberGroupSizes) properties of WinForms Integer TextBox. {% tabs %} {% highlight C# %} diff --git a/WindowsForms/Integer-TextBox/IntegerTextBoxEvents.md b/WindowsForms/Integer-TextBox/IntegerTextBoxEvents.md index 7cc44cde7..9263ff125 100644 --- a/WindowsForms/Integer-TextBox/IntegerTextBoxEvents.md +++ b/WindowsForms/Integer-TextBox/IntegerTextBoxEvents.md @@ -7,7 +7,7 @@ control: Tools documentation: ug --- -# Events in Windows Forms IntegerTextBox +# Events in WinForms Integer TextBox The list of events and a detailed explanation about each of them is given in the following sections. diff --git a/WindowsForms/Integer-TextBox/KeySettings.md b/WindowsForms/Integer-TextBox/KeySettings.md index baa518bc7..fb46bf4f1 100644 --- a/WindowsForms/Integer-TextBox/KeySettings.md +++ b/WindowsForms/Integer-TextBox/KeySettings.md @@ -7,7 +7,7 @@ control: Tools documentation: ug --- -# Key Settings in Windows Forms IntegerTextBox +# Key Settings in WinForms Integer TextBox Sometimes there may be some situation for entering large values, like in Mega, Kilo etc., In such situations, if we add some sort of keyboard support, it will be very much useful for the users. @@ -53,7 +53,7 @@ End Sub ## Shortcut keys -Sometimes there may be some situations for incrementing or decrementing the value in the IntegerTextBox. In such situations, it is better to use shortcut keys. +Sometimes there may be some situations for incrementing or decrementing the value in the WinForms Integer TextBox. In such situations, it is better to use shortcut keys. The following implementation will illustrate how this can be achieved. Here we are using Up and Down keys for incrementing and decrementing respectively. We cannot use the '-' key, because it is already reserved to enter the minus sign. diff --git a/WindowsForms/Integer-TextBox/Overview.md b/WindowsForms/Integer-TextBox/Overview.md index 83e0fe3df..3591b1ae4 100644 --- a/WindowsForms/Integer-TextBox/Overview.md +++ b/WindowsForms/Integer-TextBox/Overview.md @@ -7,9 +7,9 @@ control: Tools documentation: ug --- -# About Syncfusion® Windows Forms IntegerTextBox Control +# About Syncfusion® WinForms Integer TextBox Control -The IntegerTextBox is derived from the Windows Forms Framework TextBox control and can display integer data type values. It exhibits properties similar to that of the CurrencyTextBox. +The WinForms Integer TextBox is derived from the Windows Forms Framework TextBox control and can display integer data type values. It exhibits properties similar to that of the CurrencyTextBox. ![Overview of Syncfusion IntegerTextBox](Overview_images/Overview_img438.png) diff --git a/WindowsForms/Integer-TextBox/TextSettings.md b/WindowsForms/Integer-TextBox/TextSettings.md index d65276285..b88e2f8ee 100644 --- a/WindowsForms/Integer-TextBox/TextSettings.md +++ b/WindowsForms/Integer-TextBox/TextSettings.md @@ -7,11 +7,11 @@ control: Tools documentation: ug --- -# Text Settings in Windows Forms IntegerTextBox +# Text Settings in WinForms Integer TextBox -This section discusses the text settings of the IntegerTextBox control. +This section discusses the text settings of the WinForms Integer TextBox control. -The text associated with the IntegerTextBox control can be set and customized using the below given settings. +The text associated with the WinForms Integer TextBox control can be set and customized using the below given settings. * [Text](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.IntegerTextBox.html#Syncfusion_Windows_Forms_Tools_IntegerTextBox_Text) * [TextAlign](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.textbox.textalign?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_TextBox_TextAlign) @@ -116,6 +116,6 @@ Me.integerTextBox1.ShowOverflowIndicatorToolTip = True ![Over flow indicator tooltip text](Overview_images/Overview_img452.png) -A Sample which demonstrates the Text, Text Align and Overflow Indicator features of the IntegerTextBox control is available in the below sample installation path. +A Sample which demonstrates the Text, Text Align and Overflow Indicator features of the WinForms Integer TextBox control is available in the below sample installation path. …\System Drive:\Users\Username\AppData\Local\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Editor Controls\Editor Controls\CS diff --git a/WindowsForms/Percent-TextBox/Appearance-Settings.md b/WindowsForms/Percent-TextBox/Appearance-Settings.md index 7a0f7ecf9..866b2e071 100644 --- a/WindowsForms/Percent-TextBox/Appearance-Settings.md +++ b/WindowsForms/Percent-TextBox/Appearance-Settings.md @@ -7,11 +7,11 @@ control: Editors Package documentation: ug --- -# Appearance Settings in Windows Forms PercentTextBox +# Appearance Settings in WinForms Percent TextBox ## Background settings -The Background settings of the PercentTextBox control are discussed below. +The Background settings of the WinForms Percent TextBox control are discussed below. ### Background color @@ -46,7 +46,7 @@ The methods associated with the above properties are given below. ## Foreground settings -The Foreground settings of the PercentTextBox control are discussed below. +The Foreground settings of the WinForms Percent TextBox control are discussed below. ### Foreground color @@ -85,8 +85,8 @@ The methods associated with the above properties are given below. ## Visual style -Please refer the [TextBoxExt Visual style](/windowsforms/TextBoxExt/Appearance-Settings) to set themes for PercentTextBox. +Please refer the [TextBoxExt Visual style](/windowsforms/TextBoxExt/Appearance-Settings) to set themes for WinForms Percent TextBox. -A sample which demonstrates the Foreground Settings of PercentTextBox control is available in the below sample installation path. +A sample which demonstrates the Foreground Settings of WinForms Percent TextBox control is available in the below sample installation path. …\My Documents\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Advanced Editor Functions\ActionGroupingDemo diff --git a/WindowsForms/Percent-TextBox/Applying-Themes.md b/WindowsForms/Percent-TextBox/Applying-Themes.md index 3d4163823..a861e19a0 100644 --- a/WindowsForms/Percent-TextBox/Applying-Themes.md +++ b/WindowsForms/Percent-TextBox/Applying-Themes.md @@ -7,9 +7,9 @@ control: Editors Package documentation: ug --- -# Applying Themes in Windows Forms PercentTextBox +# Applying Themes in WinForms Percent TextBox -Themes can be applied to the PercentTextBox control using the [ThemesEnabled](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_ThemesEnabled) property. +Themes can be applied to the WinForms Percent TextBox control using the [ThemesEnabled](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_ThemesEnabled) property. N> Refer [Border Settings](/windowsforms/percenttextbox/bordersettings) topic to know about the [BorderStyle](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.textboxbase.borderstyle?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_TextBoxBase_BorderStyle) property. @@ -24,6 +24,6 @@ Me.percentTextBox1.ThemesEnabled = true ![Themes](PercentTextBox-Images/Overview_img487.png) -A Sample which demonstrates the [ThemesEnabled](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_ThemesEnabled) property of the PercentTextBox control is available in the below sample installation path. +A Sample which demonstrates the [ThemesEnabled](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_ThemesEnabled) property of the WinForms Percent TextBox control is available in the below sample installation path. …\My Documents\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Advanced Editor Functions\ActionGroupingDemo diff --git a/WindowsForms/Percent-TextBox/Behavior-Settings.md b/WindowsForms/Percent-TextBox/Behavior-Settings.md index 5cc902461..c12fcf7b2 100644 --- a/WindowsForms/Percent-TextBox/Behavior-Settings.md +++ b/WindowsForms/Percent-TextBox/Behavior-Settings.md @@ -8,13 +8,13 @@ documentation: ug --- -# Behavior Settings in Windows Forms PercentTextBox +# Behavior Settings in WinForms Percent TextBox -The Behavior settings of the PercentTextBox control are discussed below. +The Behavior settings of the WinForms Percent TextBox control are discussed below. ## NegativeInputPendingOnSelectAll -The percent value of the PercentTextBox can be changed to a negative value using the [NegativeInputPendingOnSelectAll](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_NegativeInputPendingOnSelectAll) property. +The percent value of the WinForms Percent TextBox can be changed to a negative value using the [NegativeInputPendingOnSelectAll](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_NegativeInputPendingOnSelectAll) property. {% tabs %} {% highlight C# %} diff --git a/WindowsForms/Percent-TextBox/BorderSettings.md b/WindowsForms/Percent-TextBox/BorderSettings.md index ceafc40c6..6601cb4fe 100644 --- a/WindowsForms/Percent-TextBox/BorderSettings.md +++ b/WindowsForms/Percent-TextBox/BorderSettings.md @@ -7,9 +7,9 @@ control: Editors Package documentation: ug --- -# Border Settings in Windows Forms PercentTextBox +# Border Settings in WinForms Percent TextBox -Color and Styles can be applied to the Border of the PercentTextBox control as discussed below. +Color and Styles can be applied to the Border of the WinForms Percent TextBox control as discussed below. * [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) @@ -33,6 +33,6 @@ Me.percentTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle ![Border style](PercentTextBox-Images/Overview_img484.png) -A Sample which demonstrates the Border Settings of PercentTextBox control is available in the below sample installation path. +A Sample which demonstrates the Border Settings of WinForms Percent TextBox control is available in the below sample installation path. …\My Documents\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Advanced Editor Functions\ActionGroupingDemo diff --git a/WindowsForms/Percent-TextBox/Culture-Settings.md b/WindowsForms/Percent-TextBox/Culture-Settings.md index 51b5894da..1e8f9ed59 100644 --- a/WindowsForms/Percent-TextBox/Culture-Settings.md +++ b/WindowsForms/Percent-TextBox/Culture-Settings.md @@ -7,9 +7,9 @@ control: Editors Package documentation: ug --- -# Culture Settings in Windows Forms PercentTextBox +# Culture Settings in WinForms Percent TextBox -Users can set the culture of the percent text box control using the [Culture](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_Culture), [CurrentCultureRefresh](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_CurrentCultureRefresh), [SpecialCultureValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_SpecialCultureValue), and [UseUserOverride](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_UseUserOverride) properties. +Users can set the culture of the WinForms Percent TextBox control using the [Culture](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_Culture), [CurrentCultureRefresh](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_CurrentCultureRefresh), [SpecialCultureValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_SpecialCultureValue), and [UseUserOverride](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_UseUserOverride) properties. {% tabs %} {% highlight C# %} @@ -30,6 +30,6 @@ Me.percentTextBox1.UseUserOverride = True N> The [RefreshCulture](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_RefreshCulture) method can be used to refresh and reapply the culture specific settings. -A sample which demonstrates the Culture Settings of the PercentTextBox control is available in the below sample installation path. +A sample which demonstrates the Culture Settings of the WinForms Percent TextBox control is available in the below sample installation path. …\My Documents\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Advanced Editor Functions\ActionGroupingDemo diff --git a/WindowsForms/Percent-TextBox/Display-Settings.md b/WindowsForms/Percent-TextBox/Display-Settings.md index 9471dddc5..c84bdd166 100644 --- a/WindowsForms/Percent-TextBox/Display-Settings.md +++ b/WindowsForms/Percent-TextBox/Display-Settings.md @@ -7,11 +7,11 @@ control: Editors Package documentation: ug --- -# Display Settings in Windows Forms PercentTextBox +# Display Settings in WinForms Percent TextBox -This section discusses the display settings of the PercentTextBox control. +This section discusses the display settings of the WinForms Percent TextBox control. -The PercentTextBox provides a list of properties to set the display characteristics of the percentage. +The WinForms Percent TextBox provides a list of properties to set the display characteristics of the percentage. * [PercentDecimalDigits](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_PercentDecimalDigits) * [PercentDecimalSeparator](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_PercentDecimalSeparator) @@ -51,6 +51,6 @@ The following screen shot illustrates the above settings. ![Percent text box format](PercentTextBox-Images/Overview_img465.png) -A sample which demonstrates the Display Settings of PercentTextBox control is available in the below sample installation path. +A sample which demonstrates the Display Settings of WinForms Percent TextBox control is available in the below sample installation path. …\My Documents\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Advanced Editor Functions\ActionGroupingDemo diff --git a/WindowsForms/Percent-TextBox/Getting-Started.md b/WindowsForms/Percent-TextBox/Getting-Started.md index fe7b7fac8..4d40d9fb2 100644 --- a/WindowsForms/Percent-TextBox/Getting-Started.md +++ b/WindowsForms/Percent-TextBox/Getting-Started.md @@ -7,7 +7,7 @@ control: PercentTextBox documentation: ug --- -# Getting Started with Windows Forms PercentTextBox +# Getting Started with WinForms Percent TextBox ## Assembly deployment @@ -17,17 +17,17 @@ You can find more details about installing the NuGet packages in a Windows Forms [How to install nuget packages](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) -### Create a simple application with PercentTextBox +### Create a simple application with WinForms Percent TextBox -You can create a Windows Forms application with PercentTextBox using the following steps: +You can create a Windows Forms application with WinForms Percent TextBox using the following steps: ### Create a project -Create a new Windows Forms project in Visual Studio to display the PercentTextBox control. +Create a new Windows Forms project in Visual Studio to display the WinForms Percent TextBox control. ## Add control through designer -The PercentTextBox control can be added to an application by dragging it from the toolbox to a designer view. The Syncfusion.Shared.Base assembly reference will be added automatically: +The WinForms Percent TextBox control can be added to an application by dragging it from the toolbox to a designer view. The Syncfusion.Shared.Base assembly reference will be added automatically: ![PercentTextBox control added by designer](PercentTextBox-Images/wf-percent-text-box-control-designer.png) @@ -51,7 +51,7 @@ Imports Syncfusion.Windows.Forms.Tools {% endcapture %} {{ codesnippet1 | OrderList_Indent_Level_1 }} -3. Create a PercentTextBox instance, and add it to the window. +3. Create a WinForms Percent TextBox instance, and add it to the window. {% capture codesnippet2 %}​ {% tabs %} @@ -71,7 +71,7 @@ Me.Controls.Add(currencyTextBox1) ## Maximum and minimum value constraints -You can set the maximum and minimum percentage values using the [MaxValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_MaxValue) and [MinValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_MinValue) properties of PercentTextBox. +You can set the maximum and minimum percentage values using the [MaxValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_MaxValue) and [MinValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_MinValue) properties of WinForms Percent TextBox. {% tabs %} {% highlight C# %} @@ -86,7 +86,7 @@ Me.percentTextBox1.MinValue = -6 ## Change number format -You can customize the number format using the [PercentDecimalDigits](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_PercentDecimalDigits), [PercentDecimalSeparator](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_PercentDecimalSeparator), [PercentGroupSeparator](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_PercentGroupSeparator), and [PercentGroupSizes](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_PercentGroupSizes) properties of PercentTextBox. +You can customize the number format using the [PercentDecimalDigits](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_PercentDecimalDigits), [PercentDecimalSeparator](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_PercentDecimalSeparator), [PercentGroupSeparator](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_PercentGroupSeparator), and [PercentGroupSizes](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_PercentGroupSizes) properties of WinForms Percent TextBox. {% tabs %} {% highlight C# %} diff --git a/WindowsForms/Percent-TextBox/KeySettings.md b/WindowsForms/Percent-TextBox/KeySettings.md index b5ec59fc0..74fc3a47f 100644 --- a/WindowsForms/Percent-TextBox/KeySettings.md +++ b/WindowsForms/Percent-TextBox/KeySettings.md @@ -7,7 +7,7 @@ control: Editors Package documentation: ug --- -# Key Settings in Windows Forms PercentTextBox +# Key Settings in WinForms Percent TextBox Sometimes there may occur some situations for entering large values, like in Mega, Kilo etc. In such situations if we add some sort of keyboard support, it will be very much useful for the users. @@ -55,7 +55,7 @@ End Sub ## Shortcut keys -Sometimes there may occur some situations for incrementing or decrementing the value in the PercentTextBox. In such situations it is better to use shortcut keys. +Sometimes there may occur some situations for incrementing or decrementing the value in the WinForms Percent TextBox. In such situations it is better to use shortcut keys. The following implementation will illustrate how this can be achieved. Here we are using Up and Down keys for incrementing and decrementing respectively. We cannot use the '-' key because it is already reserved to enter the minus sign. diff --git a/WindowsForms/Percent-TextBox/Overview.md b/WindowsForms/Percent-TextBox/Overview.md index 34ebd1503..47e457817 100644 --- a/WindowsForms/Percent-TextBox/Overview.md +++ b/WindowsForms/Percent-TextBox/Overview.md @@ -8,15 +8,15 @@ documentation: ug --- -# About Syncfusion® Windows Forms PercentTextBox Control +# About Syncfusion® WinForms Percent TextBox Control -The PercentTextBox is a textbox-derived control that can display double data type values in percentage form. +The WinForms Percent TextBox is a textbox-derived control that can display double data type values in percentage form. ![PercentTextBox](PercentTextBox-Images/Overview_img461.png) -The PercentTextBox is derived from Windows Forms Framework textbox control. The PercentTextBox supports display and collection of percentage values. It handles user keyboard input and percent formatting and uses the globalization features of the .NET platform to provide locale-specific formatting. +The WinForms Percent TextBox is derived from Windows Forms Framework textbox control. It supports display and collection of percentage values. It handles user keyboard input and percent formatting and uses the globalization features of the .NET platform to provide locale-specific formatting. ## Choose between different textbox controls diff --git a/WindowsForms/Percent-TextBox/PercentTextBox-Events.md b/WindowsForms/Percent-TextBox/PercentTextBox-Events.md index 400229e6a..d38ad5500 100644 --- a/WindowsForms/Percent-TextBox/PercentTextBox-Events.md +++ b/WindowsForms/Percent-TextBox/PercentTextBox-Events.md @@ -7,7 +7,7 @@ control: Editors Package documentation: ug --- -# PercentTextBox Events in Windows Forms PercentTextBox +# Events in WinForms Percent TextBox The list of events and a detailed explanation about each of them is given in the following sections. @@ -163,7 +163,7 @@ End Sub ## ClipTextChanged -This [ClipTextChanged](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html) event occurs when the [ClipText](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_ClipText) property is changed. The [ClipText](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_ClipText) property returns the clipped text without the formatting. +This [ClipTextChanged](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html) event occurs when the [ClipText](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_ClipText) property is changed. The [ClipText](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_ClipText) property returns the clipped text without the formatting. The event handler receives an argument of type EventArgs containing data related to this event. @@ -183,7 +183,7 @@ End Sub ## DoubleValueChanged -This [DoubleValueChanged](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html) event occurs when the [DoubleValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_DoubleValue) property is changed. The [DoubleValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_DoubleValue) property specifies the double value of the PercentTextBox control. +This [DoubleValueChanged](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html) event occurs when the [DoubleValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_DoubleValue) property is changed. The [DoubleValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_DoubleValue) property specifies the double value of the WinForms Percent TextBox control. The event handler receives an argument of type EventArgs containing data related to this event. diff --git a/WindowsForms/Percent-TextBox/SizeSettings.md b/WindowsForms/Percent-TextBox/SizeSettings.md index f4d83d584..2b5ad10b4 100644 --- a/WindowsForms/Percent-TextBox/SizeSettings.md +++ b/WindowsForms/Percent-TextBox/SizeSettings.md @@ -7,9 +7,9 @@ control: Editors Package documentation: ug --- -# Size Settings in Windows Forms PercentTextBox +# Size Settings in WinForms Percent TextBox -The size of the PercentTextBox control can be set according to the needs of the user using the properties discussed below. +The size of the WinForms Percent TextBox control can be set according to the needs of the user using the properties discussed below. * [MaximumSize](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_MaximumSize) * [MinimumSize](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_MinimumSize) diff --git a/WindowsForms/Percent-TextBox/TextSettings.md b/WindowsForms/Percent-TextBox/TextSettings.md index 03653d85c..db7b2dc86 100644 --- a/WindowsForms/Percent-TextBox/TextSettings.md +++ b/WindowsForms/Percent-TextBox/TextSettings.md @@ -7,11 +7,11 @@ control: Editors Package documentation: ug --- -# Text Settings in Windows Forms PercentTextBox +# Text Settings in WinForms Percent TextBox -This section discusses the text settings of the PercentTextBox control. +This section discusses the text settings of the WinForms Percent TextBox control. -The text associated with the PercentTextBox control can be set and customized using the below given settings. +The text associated with the WinForms Percent TextBox control can be set and customized using the below given settings. * [Text](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_Text) * [CharacterCasing](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.TextBoxExt.html#Syncfusion_Windows_Forms_Tools_TextBoxExt_CharacterCasing) @@ -66,7 +66,7 @@ The methods associated with the above properties are given below. ## Multiline Text Settings -The text settings of the PercentTextBox control can be customized to display multiline text using the below given properties. +The text settings of the WinForms Percent TextBox control can be customized to display multiline text using the below given properties. * [Multiline](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.textbox.multiline?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_TextBox_Multiline) * [Lines](https://docs.microsoft.com/en-us/dotnet/api/system.windows.forms.textboxbase.lines?redirectedfrom=MSDN&view=netframework-4.7.2#System_Windows_Forms_TextBoxBase_Lines) @@ -162,7 +162,7 @@ Me.percentTextBox1.ShowOverflowIndicatorToolTip = True ## Banner text support -The PercentTextBox control can display banner text in the text field, at run time. A BannerTextProvider Component should be available for this purpose. Also, We need to set [AllowNull](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_AllowNull), [NullString](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_NullString) and [Text](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_Text) properties as below to make this feature effective. +The WinForms Percent TextBox control can display banner text in the text field, at run time. A BannerTextProvider Component should be available for this purpose. Also, We need to set [AllowNull](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_AllowNull), [NullString](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_NullString) and [Text](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_Text) properties as below to make this feature effective. {% tabs %} {% highlight C# %} @@ -177,6 +177,6 @@ Me.percentTextBox1.Text = "" {% endhighlight %} {% endtabs %} -A sample which demonstrates the Text, Text Align and Overflow Indicator features of the PercentTextBox control is available in the below sample installation path. +A sample which demonstrates the Text, Text Align and Overflow Indicator features of the WinForms Percent TextBox control is available in the below sample installation path. …\My Documents\Syncfusion\EssentialStudio\Version Number\Windows\Tools.Windows\Samples\Advanced Editor Functions\ActionGroupingDemo diff --git a/WindowsForms/Percent-TextBox/ValueSettings.md b/WindowsForms/Percent-TextBox/ValueSettings.md index aac8f114a..2ef66afff 100644 --- a/WindowsForms/Percent-TextBox/ValueSettings.md +++ b/WindowsForms/Percent-TextBox/ValueSettings.md @@ -7,9 +7,9 @@ control: Editors Package documentation: ug --- -# Value Settings in Windows Forms PercentTextBox +# Value Settings in WinForms Percent TextBox -The various values of the PercentTextBox control and their settings are given below. +The various values of the WinForms Percent TextBox control and their settings are given below. * [PercentValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_PercentValue) * [DefaultValue](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_DefaultValue) @@ -38,7 +38,7 @@ Me.percentTextBox1.DoubleValue = 0.05 ## Null value settings -There are various settings that can be applied to the PercentTextBox control, when the value of the control is set to 'Null'. These settings are illustrated below. +There are various settings that can be applied to the WinForms Percent TextBox control, when the value of the control is set to 'Null'. These settings are illustrated below. * [AllowNull](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.PercentTextBox.html#Syncfusion_Windows_Forms_Tools_PercentTextBox_AllowNull) * [NullString](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.html#Syncfusion_Windows_Forms_Tools_NumberTextBoxBase_NullString)