System.Windows.Forms.ScrollableControl: Field Members

The fields of System.Windows.Forms.ScrollableControl are listed below. For a list of all members, see the ScrollableControl Members list.

See Also: Inherited members from System.Windows.Forms.Control

Protected Fields

const
ScrollStateAutoScrollingint (1).

Determines the value of the ScrollableControl.AutoScroll property.

const
ScrollStateFullDragint (16).

Determines whether the user has enabled full window drag.

const
ScrollStateHScrollVisibleint (2).

Determines whether the value of the ScrollableControl.HScroll property is set to true.

const
ScrollStateUserHasScrolledint (8).

Determines whether the user had scrolled through the System.Windows.Forms.ScrollableControl control.

const
ScrollStateVScrollVisibleint (4).

Determines whether the value of the ScrollableControl.VScroll property is set to true.