System.Windows.Forms.NumericUpDown.ThousandsSeparator Property

Gets or sets a value indicating whether a thousands separator is displayed in the spin box (also known as an up-down control) when appropriate.

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.DefaultValue(false)]
public bool ThousandsSeparator { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When the NumericUpDown.ThousandsSeparator property is set, the NumericUpDown.UpdateEditText method is called to update the spin box's display to the new format.

The appropriate thousands separator is determined by the regional settings of the user's operating system.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0