ScrollableControl.ScrollStateAutoScrolling Veld

Definitie

Bepaalt de waarde van de AutoScroll eigenschap.

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

Waarde van veld

Value = 1

Opmerkingen

Het ScrollStateAutoScrolling veld is een masker. U kunt deze gebruiken met de GetScrollState en SetScrollState methoden om de AutoScroll eigenschap op te halen en in te stellen.

Van toepassing op

Zie ook