Class FlatHScrollBar
Represents a standard Windows horizontal scroll bar.
Implements
Inherited Members
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class FlatHScrollBar : FlatScrollBar, IScrollBar
Remarks
Most controls that need scroll bars already provide them and do not require this control. This is true of a multi-line System.Windows.Forms.TextBox control, a System.Windows.Forms.ListBox and a System.Windows.Forms.ComboBox, for example.
You can use this control to implement scrolling in containers that do not provide their own scroll bars, such as a System.Windows.Forms.PictureBox or for user input of numeric data. The numeric data may be displayed in a control or utilized in code. The Minimum and Maximum properties determine the range of values the user can select. The LargeChange property determines the effect of clicking within the scroll bar but outside the scroll box. The SmallChange property determines the effect of clicking the scroll arrows at each end of the control.
Constructors
FlatHScrollBar()
Constructor.
Declaration
public FlatHScrollBar()
Properties
CreateParams
Returns the parameters needed to create the handler. Inheriting classes can override this to provide extra functionality. They should not, however, forget to call base.getCreateParams() first to get the structure filled up with the basic info.
Declaration
protected override CreateParams CreateParams { get; }
Property Value
Type |
---|
System.Windows.Forms.CreateParams |
Overrides
See Also
Methods
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | x | |
System.Int32 | y | |
System.Int32 | width | |
System.Int32 | height | |
System.Windows.Forms.BoundsSpecified | specified |