Horizontal scrollbar implementation.

Collapse imageRemarks

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)

Collapse imageSyntax

C#
public class SalHorizontalScrollBar : HScrollBar, 
	ISalWindow, ISalControl, ISalControlBase, IConvertible

Collapse imageInheritance Hierarchy

Collapse imageSee Also