C# 클래스 System.Windows.Automation.ScrollPattern

상속: BasePattern
파일 보기 프로젝트 열기: apetrovskiy/STUPS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HorizontalScrollPercentProperty AutomationProperty
HorizontalViewSizeProperty AutomationProperty
HorizontallyScrollableProperty AutomationProperty
Pattern AutomationPattern
VerticalScrollPercentProperty AutomationProperty
VerticalViewSizeProperty AutomationProperty
VerticallyScrollableProperty AutomationProperty

공개 메소드들

메소드 설명
Scroll ( ScrollAmount horizontalAmount, ScrollAmount verticalAmount ) : void
ScrollHorizontal ( ScrollAmount amount ) : void
ScrollVertical ( ScrollAmount amount ) : void
SetScrollPercent ( double horizontalPercent, double verticalPercent ) : void

비공개 메소드들

메소드 설명
ScrollPattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System
Wrap ( AutomationElement el, object pattern, bool cached ) : object

메소드 상세

Scroll() 공개 메소드

public Scroll ( ScrollAmount horizontalAmount, ScrollAmount verticalAmount ) : void
horizontalAmount ScrollAmount
verticalAmount ScrollAmount
리턴 void

ScrollHorizontal() 공개 메소드

public ScrollHorizontal ( ScrollAmount amount ) : void
amount ScrollAmount
리턴 void

ScrollVertical() 공개 메소드

public ScrollVertical ( ScrollAmount amount ) : void
amount ScrollAmount
리턴 void

SetScrollPercent() 공개 메소드

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

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

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

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