ScrollableControl.SetScrollState(Int32, Boolean) Method

Definition

Sets the specified scroll state flag.

C#
protected void SetScrollState (int bit, bool value);

Parameters

bit
Int32

The scroll state flag to set.

value
Boolean

The value to set the flag.

Remarks

When the bit parameter is set to one of the fields of the ScrollableControl class, the SetScrollState method updates the state of the control to the value parameter. For more information about the valid parameters and their values, see the GetScrollState method.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9

See also