C# Class System.Windows.Automation.SelectionItemPattern

Inheritance: BasePattern
显示文件 Open project: apetrovskiy/STUPS Class Usage Examples

Public Properties

Property Type Description
ElementAddedToSelectionEvent AutomationEvent
ElementRemovedFromSelectionEvent AutomationEvent
ElementSelectedEvent AutomationEvent
IsSelectedProperty AutomationProperty
Pattern AutomationPattern
SelectionContainerProperty AutomationProperty

Public Methods

Method Description
AddToSelection ( ) : void
RemoveFromSelection ( ) : void
Select ( ) : void

Private Methods

Method Description
SelectionItemPattern ( AutomationElement el, UIAutomationClient pattern, bool cached ) : System
Wrap ( AutomationElement el, object pattern, bool cached ) : object

Method Details

AddToSelection() public method

public AddToSelection ( ) : void
return void

RemoveFromSelection() public method

public RemoveFromSelection ( ) : void
return void

Select() public method

public Select ( ) : void
return void

Property Details

ElementAddedToSelectionEvent public_oe static_oe property

public static AutomationEvent,System.Windows.Automation ElementAddedToSelectionEvent
return AutomationEvent

ElementRemovedFromSelectionEvent public_oe static_oe property

public static AutomationEvent,System.Windows.Automation ElementRemovedFromSelectionEvent
return AutomationEvent

ElementSelectedEvent public_oe static_oe property

public static AutomationEvent,System.Windows.Automation ElementSelectedEvent
return AutomationEvent

IsSelectedProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation IsSelectedProperty
return AutomationProperty

Pattern public_oe static_oe property

public static AutomationPattern,System.Windows.Automation Pattern
return AutomationPattern

SelectionContainerProperty public_oe static_oe property

public static AutomationProperty,System.Windows.Automation SelectionContainerProperty
return AutomationProperty