SpinButtonActiveXControl.SmallChange

SpinButtonActiveXControl.SmallChange property

Gets and sets the amount by which the Position property changes

public int SmallChange { get; set; }

Examples

[C#]
activeXControl.SmallChange = 5;

See Also