ScrollableControl.ScrollStateAutoScrolling Feld

Definition

Bestimmt den Wert der AutoScroll-Eigenschaft.

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

Feldwert

Value = 1

Hinweise

Das ScrollStateAutoScrolling Feld ist eine Maske. Sie können sie mit den GetScrollState Methoden und SetScrollState verwenden, um die AutoScroll -Eigenschaft abzurufen und festzulegen.

Gilt für:

Weitere Informationen