ScrollableControl.ScrollStateUserHasScrolled Pole

Definicja

Określa, czy użytkownik przewinął kontrolkę ScrollableControl .

protected: int ScrollStateUserHasScrolled = 8;
protected const int ScrollStateUserHasScrolled = 8;
val mutable ScrollStateUserHasScrolled : int
Protected Const ScrollStateUserHasScrolled As Integer  = 8

Wartość pola

Value = 8

Uwagi

Pole ScrollStateUserHasScrolled jest maską. Użyj go z GetScrollState metodą , aby uzyskać, czy użytkownik przewinął element ScrollableControl.

Dotyczy

Zobacz też