Wimark.Controls Class Library  

NumericUpDown.Increment Property

Gets or sets the value to increment or decrement the up-down control when the up or down buttons are clicked.

[Visual Basic]
Public Property Increment As Decimal 
[C#]
public decimal Increment {get; set;}
[C++]
public: __property Decimal get_Increment();
public: __property void set_Increment(Decimal);

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