IRangeValueProvider.LargeChange Property

Definition

Gets the value that is added to or subtracted from the Value property when a large change is made, such as with the PAGE DOWN key.

public:
 property double LargeChange { double get(); };
double LargeChange();
public double LargeChange { get; }
var double = iRangeValueProvider.largeChange;
Public ReadOnly Property LargeChange As Double

Property Value

Double

double

The large-change value that is supported by the control, or null if the control does not support LargeChange.

Applies to