C# Class System.Windows.Automation.ScrollPattern

Inheritance: BasePattern
Afficher le fichier Open project: apetrovskiy/STUPS Class Usage Examples

Méthodes publiques

Свойство Type Description
HorizontalScrollPercentProperty AutomationProperty
HorizontalViewSizeProperty AutomationProperty
HorizontallyScrollableProperty AutomationProperty
Pattern AutomationPattern
VerticalScrollPercentProperty AutomationProperty
VerticalViewSizeProperty AutomationProperty
VerticallyScrollableProperty AutomationProperty

Méthodes publiques

Méthode Description
Scroll ( ScrollAmount horizontalAmount, ScrollAmount verticalAmount ) : void
ScrollHorizontal ( ScrollAmount amount ) : void
ScrollVertical ( ScrollAmount amount ) : void
SetScrollPercent ( double horizontalPercent, double verticalPercent ) : void

Private Methods

Méthode Description
ScrollPattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System
Wrap ( AutomationElement el, object pattern, bool cached ) : object

Method Details

Scroll() public méthode

public Scroll ( ScrollAmount horizontalAmount, ScrollAmount verticalAmount ) : void
horizontalAmount ScrollAmount
verticalAmount ScrollAmount
Résultat void

ScrollHorizontal() public méthode

public ScrollHorizontal ( ScrollAmount amount ) : void
amount ScrollAmount
Résultat void

ScrollVertical() public méthode

public ScrollVertical ( ScrollAmount amount ) : void
amount ScrollAmount
Résultat void

SetScrollPercent() public méthode

public SetScrollPercent ( double horizontalPercent, double verticalPercent ) : void
horizontalPercent double
verticalPercent double
Résultat void

Property Details

HorizontalScrollPercentProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation HorizontalScrollPercentProperty
Résultat AutomationProperty

HorizontalViewSizeProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation HorizontalViewSizeProperty
Résultat AutomationProperty

HorizontallyScrollableProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation HorizontallyScrollableProperty
Résultat AutomationProperty

Pattern public_oe static_oe property

public static AutomationPattern,System.Windows.Automation Pattern
Résultat AutomationPattern

VerticalScrollPercentProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation VerticalScrollPercentProperty
Résultat AutomationProperty

VerticalViewSizeProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation VerticalViewSizeProperty
Résultat AutomationProperty

VerticallyScrollableProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation VerticallyScrollableProperty
Résultat AutomationProperty