ScrollItemPattern 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.
Represents child controls of containers that support the ScrollPattern control pattern.
public ref class ScrollItemPattern : System::Windows::Automation::BasePattern
public class ScrollItemPattern : System.Windows.Automation.BasePattern
type ScrollItemPattern = class
inherit BasePattern
Public Class ScrollItemPattern
Inherits BasePattern
- Inheritance
Remarks
See Control Pattern Mapping for UI Automation Clients for examples of controls that can implement this control pattern.
Fields
Pattern |
Identifies the ScrollItemPattern control pattern. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ScrollIntoView() |
Scrolls the content area of a container object in order to display the AutomationElement within the visible region (viewport) of the container. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |