ScrollableControl.SetScrollState(Int32, Boolean) 方法

定义

设置指定的滚动状态标志。

protected:
 void SetScrollState(int bit, bool value);
protected void SetScrollState (int bit, bool value);
member this.SetScrollState : int * bool -> unit
Protected Sub SetScrollState (bit As Integer, value As Boolean)

参数

bit
Int32

要设置的滚动状态标志。

value
Boolean

设置标志的值。

注解

当位参数设置为类的 ScrollableControl 某个字段时, SetScrollState 该方法会将控件的状态更新为 value 参数。 有关有效参数及其值的详细信息,请参阅该方法 GetScrollState

适用于

另请参阅