The properties of System.Windows.Forms.ScrollBar are listed below. For a list of all members, see the ScrollBar Members list.
See Also: Inherited members from System.Windows.Forms.Control
override | AutoSize | bool.
Gets or sets a value indicating whether the System.Windows.Forms.ScrollBar is automatically resized to fit its contents. |
override | BackColor | System.Drawing.Color. Documentation for this section has not yet been entered. |
override | BackgroundImage | System.Drawing.Image. Documentation for this section has not yet been entered. |
override | BackgroundImageLayout | ImageLayout. Documentation for this section has not yet been entered. |
override | Font | System.Drawing.Font. Documentation for this section has not yet been entered. |
override | ForeColor | System.Drawing.Color.
Gets or sets the foreground color of the scroll bar control. |
ImeMode | ImeMode.
Gets or sets the Input Method Editor (IME) mode supported by this control. | |
LargeChange | int.
Gets or sets a value to be added to or subtracted from the ScrollBar.Value property when the scroll box is moved a large distance. | |
Maximum | int.
Gets or sets the upper limit of values of the scrollable range. | |
Minimum | int.
Gets or sets the lower limit of values of the scrollable range. | |
SmallChange | int.
Gets or sets the value to be added to or subtracted from the ScrollBar.Value property when the scroll box is moved a small distance. | |
TabStop | bool.
Gets or sets a value indicating whether the user can give the focus to the System.Windows.Forms.ScrollBar control by using the TAB key. | |
override | Text | string. Documentation for this section has not yet been entered. |
Value | int.
Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control. |
[read-only] override | CreateParams | CreateParams. Documentation for this section has not yet been entered. |
[read-only] override | DefaultImeMode | ImeMode.
Gets the default Input Method Editor (IME) mode supported by this control. |
[read-only] override | DefaultMargin | Padding.
Gets the default distance between the System.Windows.Forms.ScrollBar control edges and its contents. |