C# Class Microsoft.Silverlight.Testing.Controls.GridSplitterAutomationPeer

Exposes T:Microsoft.Silverlight.Testing.Controls.GridSplitter types to UI automation.
Inheritance: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, ITransformProvider
Afficher le fichier Open project: garyjohnson/wpnest

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
GetPattern ( PatternInterface patternInterface ) : object

Gets the control pattern for the T:Microsoft.Silverlight.Testing.Controls.GridSplitter that is associated with this T:System.Windows.Automation.Peers.GridSplitterAutomationPeer.

GridSplitterAutomationPeer ( GridSplitter owner ) : System

Initializes a new instance of the T:System.Windows.Automation.Peers.GridSplitterAutomationPeer class.

ITransformProvider ( double degrees ) : void

Rotates the control.

ITransformProvider ( double x, double y ) : void

Moves the control.

Méthodes protégées

Méthode Description
GetAutomationControlTypeCore ( ) : AutomationControlType

Gets the control type for the element that is associated with the UI Automation peer.

GetClassNameCore ( ) : string

Called by GetClassName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.

Method Details

GetAutomationControlTypeCore() protected méthode

Gets the control type for the element that is associated with the UI Automation peer.
protected GetAutomationControlTypeCore ( ) : AutomationControlType
Résultat AutomationControlType

GetClassNameCore() protected méthode

Called by GetClassName that gets a human readable name that, in addition to AutomationControlType, differentiates the control represented by this AutomationPeer.
protected GetClassNameCore ( ) : string
Résultat string

GetPattern() public méthode

Gets the control pattern for the T:Microsoft.Silverlight.Testing.Controls.GridSplitter that is associated with this T:System.Windows.Automation.Peers.GridSplitterAutomationPeer.
public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface /// One of the enumeration values. ///
Résultat object

GridSplitterAutomationPeer() public méthode

Initializes a new instance of the T:System.Windows.Automation.Peers.GridSplitterAutomationPeer class.
public GridSplitterAutomationPeer ( GridSplitter owner ) : System
owner GridSplitter /// The to /// associate with the /// . ///
Résultat System

ITransformProvider() public méthode

Rotates the control.
public ITransformProvider ( double degrees ) : void
degrees double /// The number of degrees to rotate the control. A positive number /// rotates clockwise; a negative number rotates counterclockwise. ///
Résultat void

ITransformProvider() public méthode

Moves the control.
public ITransformProvider ( double x, double y ) : void
x double /// Absolute screen coordinates of the left side of the control. ///
y double /// Absolute screen coordinates of the top of the control. ///
Résultat void