ScrollableControl.ScrollStateAutoScrolling Field

Definition

Determines the value of the AutoScroll property.

protected: int ScrollStateAutoScrolling = 1;
protected const int ScrollStateAutoScrolling = 1;
val mutable ScrollStateAutoScrolling : int
Protected Const ScrollStateAutoScrolling As Integer  = 1

Field Value

Value = 1

Remarks

The ScrollStateAutoScrolling field is a mask. You can use it with the GetScrollState and SetScrollState methods to get and set the AutoScroll property.

Applies to

See also