NumericUpDownAcceleration::Seconds Property

 

Gets or sets the number of seconds the up or down button must be pressed before the acceleration starts.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property int Seconds {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

Gets or sets the number of seconds the up or down button must be pressed before the acceleration starts.

Exception Condition
ArgumentOutOfRangeException

The set value is less than 0.

.NET Framework
Available since 2.0
Return to top
Show: