Table of Contents

Interface IValuePattern

Namespace
HP.LFT.SDK.UIAPro
Assembly
HP.LFT.SDK.dll

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.

public interface IValuePattern

Properties

IsReadOnly

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

bool IsReadOnly { get; }

Property Value

bool

Value

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

string Value { get; set; }

Property Value

string

Methods

SetSecure(string)

Sets the encrypted value of the UIA Pro element.

void SetSecure(string encryptedValue)

Parameters

encryptedValue string