Wimark.Controls Class Library  

NumericUpDown.ThousandsSeparator Property

Gets or sets a value indicating whether a thousands separator is displayed in the up-down control when appropriate.

[Visual Basic]
Public Property ThousandsSeparator As Boolean 
[C#]
public bool ThousandsSeparator {get; set;}
[C++]
public: __property bool get_ThousandsSeparator();
public: __property void set_ThousandsSeparator(bool);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

NumericUpDown Class | NumericUpDown Members | Wimark.Controls Namespace