C# 클래스 Microsoft.Silverlight.Testing.Controls.GridSplitterAutomationPeer

Exposes T:Microsoft.Silverlight.Testing.Controls.GridSplitter types to UI automation.
상속: System.Windows.Automation.Peers.FrameworkElementAutomationPeer, ITransformProvider
파일 보기 프로젝트 열기: garyjohnson/wpnest

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
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.

메소드 상세

GetAutomationControlTypeCore() 보호된 메소드

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

GetClassNameCore() 보호된 메소드

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

GetPattern() 공개 메소드

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. ///
리턴 object

GridSplitterAutomationPeer() 공개 메소드

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 /// . ///
리턴 System

ITransformProvider() 공개 메소드

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. ///
리턴 void

ITransformProvider() 공개 메소드

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. ///
리턴 void