Table of Contents

Interface IValuePattern

The methods and properties used to interact with a control that has an intrinsic value that does not span a range and can be represented as a string. This string may or may not be editable depending on the control and its settings.

Namespace: HP.LFT.SDK.UIAPro
Assembly: HP.LFT.SDK.dll
Syntax
public interface IValuePattern

Properties

IsReadOnly

A value that specifies whether the value of a UI Automation element is read-only.

Declaration
bool IsReadOnly { get; }
Property Value
Type Description
bool

Value

The value of the UIA Pro element. The UIA Pro provider is responsible for converting the value to the appropriate data type.

Declaration
string Value { get; set; }
Property Value
Type Description
string

Methods

SetSecure(string)

Sets the encrypted value of the UIA Pro element.

Declaration
void SetSecure(string encryptedValue)
Parameters
Type Name Description
string encryptedValue