ClassDesktopValuePattern
Class
Represents value pattern.
Definition
Namespace:ArtOfTest.WebAii.DesktopAutomation.Patterns
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class DesktopValuePattern : DesktopPattern
Inheritance: objectDesktopPatternDesktopValuePattern
Inherited Members
Constructors
DesktopValuePattern(DesktopElement)
Create new instance of DesktopValuePattern class.
Declaration
cs-api-definition
public DesktopValuePattern(DesktopElement element)
Parameters
element
Underlying element.
Properties
IsReadOnly
Indicates whether underlying element is read only or not.
Methods
SetValue(string)
Set value of underlying element.