ScrollPatternIdentifiers Class
Definition
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
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. |