ClassDesktopSelectionItemPattern
Class
Represent selection item
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation.Patterns
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DesktopSelectionItemPattern : DesktopPattern
Inheritance: objectDesktopPatternDesktopSelectionItemPattern
Inherited Members
Constructors
DesktopSelectionItemPattern(DesktopElement)
Create new instance of DesktopSelectionItemPattern class.
Declaration
cs-api-definition
public DesktopSelectionItemPattern(DesktopElement element)
Parameters
element
Underlying element.
Properties
IsSelected
Indicates whether underlying element selected or not.
SelectionContainer
The element that contains underlying element.
Declaration
cs-api-definition
public DesktopElement SelectionContainer { get; }
Property Value
SelectionContainerText
String representation of SelectionContainer.