C# Class System.Windows.Automation.SelectionItemPattern

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

Méthodes publiques

Свойство Type Description
ElementAddedToSelectionEvent AutomationEvent
ElementRemovedFromSelectionEvent AutomationEvent
ElementSelectedEvent AutomationEvent
IsSelectedProperty AutomationProperty
Pattern AutomationPattern
SelectionContainerProperty AutomationProperty

Méthodes publiques

Méthode Description
AddToSelection ( ) : void
RemoveFromSelection ( ) : void
Select ( ) : void

Private Methods

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

Method Details

AddToSelection() public méthode

public AddToSelection ( ) : void
Résultat void

RemoveFromSelection() public méthode

public RemoveFromSelection ( ) : void
Résultat void

Select() public méthode

public Select ( ) : void
Résultat void

Property Details

ElementAddedToSelectionEvent public_oe static_oe property

public static AutomationEvent,System.Windows.Automation ElementAddedToSelectionEvent
Résultat AutomationEvent

ElementRemovedFromSelectionEvent public_oe static_oe property

public static AutomationEvent,System.Windows.Automation ElementRemovedFromSelectionEvent
Résultat AutomationEvent

ElementSelectedEvent public_oe static_oe property

public static AutomationEvent,System.Windows.Automation ElementSelectedEvent
Résultat AutomationEvent

IsSelectedProperty public_oe static_oe property

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

Pattern public_oe static_oe property

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

SelectionContainerProperty public_oe static_oe property

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