Class GridViewScrollViewerAutomationPeer
An AutomationPeerType for GridViewScrollViewer.
Inheritance
Namespace: Telerik.Windows.Automation.Peers
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class GridViewScrollViewerAutomationPeer : FrameworkElementAutomationPeer, IScrollProvider
Constructors
GridViewScrollViewerAutomationPeer(GridViewScrollViewer)
Initializes a new instance of the GridViewScrollViewerAutomationPeer class.
Declaration
public GridViewScrollViewerAutomationPeer(GridViewScrollViewer owner)
Parameters
GridViewScrollViewer
owner
|
Methods
GetAutomationControlTypeCore()
Gets the control type for the GridViewScrollViewer object that is associated with this GridViewScrollViewerAutomationPeer instance. This method is called by GetAutomationControlType.
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
System.Windows.Automation.Peers.AutomationControlType
The Pane enumeration value. |
GetClassNameCore()
Gets the text name of the GridViewScrollViewer object that is associated with this GridViewScrollViewerAutomationPeer instance. This method is called by GetClassName.
Declaration
protected override string GetClassNameCore()
Returns
System.String
A string containing the value GridViewScrollViewer. |
GetPattern(PatternInterface)
Gets the object that supports the specified control pattern of the element that is associated with this automation peer.
Declaration
public override object GetPattern(PatternInterface patternInterface)
Parameters
System.Windows.Automation.Peers.PatternInterface
patternInterface
One of the enumeration values. |
Returns
System.Object
The object that implements the pattern interface, or null reference (Nothing in Visual Basic) if the specified pattern interface is not implemented by this peer. |
IsControlElementCore()
Gets a value that indicates whether the GridViewScrollViewer object associated with this peer is understood by the user as interactive or as contributing to the logical structure of the control in the GUI.
Declaration
protected override bool IsControlElementCore()
Returns
System.Boolean
true value to indicate that the owner control is interactive; otherwise, false. |