System.Windows.Forms.ScrollBar: Property Members

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

Public Properties

override
AutoSizebool.

Gets or sets a value indicating whether the System.Windows.Forms.ScrollBar is automatically resized to fit its contents.

override
BackColorSystem.Drawing.Color. Documentation for this section has not yet been entered.
override
BackgroundImageSystem.Drawing.Image. Documentation for this section has not yet been entered.
override
BackgroundImageLayoutImageLayout. Documentation for this section has not yet been entered.
override
FontSystem.Drawing.Font. Documentation for this section has not yet been entered.
override
ForeColorSystem.Drawing.Color.

Gets or sets the foreground color of the scroll bar control.

ImeModeImeMode.

Gets or sets the Input Method Editor (IME) mode supported by this control.

LargeChangeint.

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.

Maximumint.

Gets or sets the upper limit of values of the scrollable range.

Minimumint.

Gets or sets the lower limit of values of the scrollable range.

SmallChangeint.

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.

TabStopbool.

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
Textstring. Documentation for this section has not yet been entered.
Valueint.

Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.

Protected Properties

[read-only]
override
CreateParamsCreateParams. Documentation for this section has not yet been entered.
[read-only]
override
DefaultImeModeImeMode.

Gets the default Input Method Editor (IME) mode supported by this control.

[read-only]
override
DefaultMarginPadding.

Gets the default distance between the System.Windows.Forms.ScrollBar control edges and its contents.