System.Windows.Forms.ScrollProperties Members

The members of System.Windows.Forms.ScrollProperties are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Public Properties

Enabledbool.

Gets or sets whether the scroll bar can be used on the container.

LargeChangeint.

Gets or sets the distance to move a scroll bar in response to a large scroll command.

Maximumint.

Gets or sets the upper limit of the scrollable range.

Minimumint.

Gets or sets the lower limit of the scrollable range.

SmallChangeint.

Gets or sets the distance to move a scroll bar in response to a small scroll command.

Valueint.

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

Visiblebool.

Gets or sets whether the scroll bar can be seen by the user.

Protected Properties

[read-only]
ParentControlScrollableControl.

Gets the control to which this scroll information applies.