VerticalScrollBar implementation.

Remarks

This derived class adjustes the Maximum property by adding LargeChange to allow the scroll thumb to reach the end of the range. See http://msdn.microsoft.com/en-us/library/system.windows.forms.scrollbar.maximum.aspx.

Namespace: PPJ.Runtime.Windows
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public class SalVerticalScrollBar : VScrollBar, 
	ISalWindow, ISalControl, ISalControlBase, IConvertible

Inheritance Hierarchy

See Also