ScrollBarActiveXControl.LargeChange

ScrollBarActiveXControl.LargeChange property

Gets and sets the amount by which the Position property changes

public int LargeChange { get; set; }

Examples

[C#]
activeXControl.LargeChange = 5;

See Also