Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ScrollPatternIdentifiers Class

Definition

Namespace:
System.Windows.Automation
Assembly:
UIAutomationTypes.dll

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Contains values used as identifiers for IScrollProvider.

public ref class ScrollPatternIdentifiers abstract sealed
public static class ScrollPatternIdentifiers
type ScrollPatternIdentifiers = class
Public Class ScrollPatternIdentifiers
Inheritance
ScrollPatternIdentifiers

Remarks

These identifiers are used by UI Automation providers. UI Automation client applications should use the equivalent fields in ScrollPattern.

Fields

Name Description
HorizontallyScrollableProperty

Identifies the HorizontallyScrollable property.

HorizontalScrollPercentProperty

Identifies the HorizontalScrollPercent property.

HorizontalViewSizeProperty

Identifies the HorizontalViewSize property.

NoScroll

Specifies that scrolling should not be performed.

Pattern

Identifies the ScrollPattern pattern.

VerticallyScrollableProperty

Identifies the VerticallyScrollable property.

VerticalScrollPercentProperty

Identifies the VerticalScrollPercent property.

VerticalViewSizeProperty

Identifies the VerticalViewSize property.

Applies to

See also


Feedback

Was this page helpful?