ScrollableControl.ScrollStateUserHasScrolled Pole

Definice

Určuje, zda uživatel prošel ovládacím ScrollableControl prvku.

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

Hodnota pole

Value = 8

Poznámky

Pole ScrollStateUserHasScrolled je maska. Pomocí metody GetScrollState můžete zjistit, jestli uživatel prošel ScrollableControl.

Platí pro

Viz také