Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions WindowsForms/Integer-TextBox/AppearanceSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions WindowsForms/Integer-TextBox/ApplyingThemes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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
4 changes: 2 additions & 2 deletions WindowsForms/Integer-TextBox/BannerTextSupport.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Integer-TextBox/BehaviorSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Integer-TextBox/BorderSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
6 changes: 3 additions & 3 deletions WindowsForms/Integer-TextBox/CultureSettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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# %}
Expand All @@ -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
14 changes: 7 additions & 7 deletions WindowsForms/Integer-TextBox/DisplaySettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand All @@ -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)
Expand All @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
16 changes: 8 additions & 8 deletions WindowsForms/Integer-TextBox/Getting-Started.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ control: Tools
documentation: ug
---

# Getting Started with Windows Forms IntegerTextBox
# Getting Started with WinForms Integer TextBox

## Assembly deployment

Expand All @@ -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)

Expand All @@ -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 %}
Expand All @@ -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# %}
Expand All @@ -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# %}
Expand Down
2 changes: 1 addition & 1 deletion WindowsForms/Integer-TextBox/IntegerTextBoxEvents.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Integer-TextBox/KeySettings.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down
4 changes: 2 additions & 2 deletions WindowsForms/Integer-TextBox/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
Loading