C# 클래스 UIAutomation.UiaScrollPattern

Description of ScrollPatternAdapter.
상속: IScrollPattern
파일 보기 프로젝트 열기: apetrovskiy/STUPS

공개 프로퍼티들

프로퍼티 타입 설명
HorizontalScrollPercentProperty UIANET::System.Windows.Automation.AutomationProperty
HorizontalViewSizeProperty UIANET::System.Windows.Automation.AutomationProperty
HorizontallyScrollableProperty UIANET::System.Windows.Automation.AutomationProperty
Pattern UIANET::System.Windows.Automation.AutomationPattern
VerticalScrollPercentProperty UIANET::System.Windows.Automation.AutomationProperty
VerticalViewSizeProperty UIANET::System.Windows.Automation.AutomationProperty
VerticallyScrollableProperty UIANET::System.Windows.Automation.AutomationProperty

공개 메소드들

메소드 설명
GetParentElement ( ) : IUiElement
GetSourcePattern ( ) : object
Scroll ( UIANET::System.Windows.Automation horizontalAmount, UIANET::System.Windows.Automation verticalAmount ) : void
ScrollHorizontal ( UIANET::System.Windows.Automation amount ) : void
ScrollVertical ( UIANET::System.Windows.Automation amount ) : void
SetParentElement ( IUiElement element ) : void
SetScrollPercent ( double horizontalPercent, double verticalPercent ) : void
SetSourcePattern ( object pattern ) : void
UiaScrollPattern ( IUiElement element )
UiaScrollPattern ( IUiElement element, UIANET::System.Windows.Automation scrollPattern )

메소드 상세

GetParentElement() 공개 메소드

public GetParentElement ( ) : IUiElement
리턴 IUiElement

GetSourcePattern() 공개 메소드

public GetSourcePattern ( ) : object
리턴 object

Scroll() 공개 메소드

public Scroll ( UIANET::System.Windows.Automation horizontalAmount, UIANET::System.Windows.Automation verticalAmount ) : void
horizontalAmount UIANET::System.Windows.Automation
verticalAmount UIANET::System.Windows.Automation
리턴 void

ScrollHorizontal() 공개 메소드

public ScrollHorizontal ( UIANET::System.Windows.Automation amount ) : void
amount UIANET::System.Windows.Automation
리턴 void

ScrollVertical() 공개 메소드

public ScrollVertical ( UIANET::System.Windows.Automation amount ) : void
amount UIANET::System.Windows.Automation
리턴 void

SetParentElement() 공개 메소드

public SetParentElement ( IUiElement element ) : void
element IUiElement
리턴 void

SetScrollPercent() 공개 메소드

public SetScrollPercent ( double horizontalPercent, double verticalPercent ) : void
horizontalPercent double
verticalPercent double
리턴 void

SetSourcePattern() 공개 메소드

public SetSourcePattern ( object pattern ) : void
pattern object
리턴 void

UiaScrollPattern() 공개 메소드

public UiaScrollPattern ( IUiElement element )
element IUiElement

UiaScrollPattern() 공개 메소드

public UiaScrollPattern ( IUiElement element, UIANET::System.Windows.Automation scrollPattern )
element IUiElement
scrollPattern UIANET::System.Windows.Automation

프로퍼티 상세

HorizontalScrollPercentProperty 공개적으로 정적으로 프로퍼티

public static AutomationProperty,UIANET::System.Windows.Automation HorizontalScrollPercentProperty
리턴 UIANET::System.Windows.Automation.AutomationProperty

HorizontalViewSizeProperty 공개적으로 정적으로 프로퍼티

public static AutomationProperty,UIANET::System.Windows.Automation HorizontalViewSizeProperty
리턴 UIANET::System.Windows.Automation.AutomationProperty

HorizontallyScrollableProperty 공개적으로 정적으로 프로퍼티

public static AutomationProperty,UIANET::System.Windows.Automation HorizontallyScrollableProperty
리턴 UIANET::System.Windows.Automation.AutomationProperty

Pattern 공개적으로 정적으로 프로퍼티

public static AutomationPattern,UIANET::System.Windows.Automation Pattern
리턴 UIANET::System.Windows.Automation.AutomationPattern

VerticalScrollPercentProperty 공개적으로 정적으로 프로퍼티

public static AutomationProperty,UIANET::System.Windows.Automation VerticalScrollPercentProperty
리턴 UIANET::System.Windows.Automation.AutomationProperty

VerticalViewSizeProperty 공개적으로 정적으로 프로퍼티

public static AutomationProperty,UIANET::System.Windows.Automation VerticalViewSizeProperty
리턴 UIANET::System.Windows.Automation.AutomationProperty

VerticallyScrollableProperty 공개적으로 정적으로 프로퍼티

public static AutomationProperty,UIANET::System.Windows.Automation VerticallyScrollableProperty
리턴 UIANET::System.Windows.Automation.AutomationProperty