Table of Contents

Interface ILegacyIAccessiblePattern

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

The methods and properties used to retrieve accessibility information about a control.

public interface ILegacyIAccessiblePattern

Properties

ChildId

The Microsoft Active Accessibility child identifier for the current object.

int ChildId { get; }

Property Value

int

DefaultOperation

The Microsoft Active Accessibility default operation for the current object.

string DefaultOperation { get; }

Property Value

string

Description

The Microsoft Active Accessibility description for the current object.

string Description { get; }

Property Value

string

Help

The Microsoft Active Accessibility help string for the current object.

string Help { get; }

Property Value

string

KeyboardShortcut

The Microsoft Active Accessibility keyboard shortcut for the current object.

string KeyboardShortcut { get; }

Property Value

string

Name

The Microsoft Active Accessibility name for the current object.

string Name { get; }

Property Value

string

Role

The Microsoft Active Accessibility role for the current object.

AccessibleRole Role { get; }

Property Value

AccessibleRole

SelectedChildren

The Microsoft Active Accessibility selected children of the current object. Note: This method is only supported when you enable the legacy UIA Pro Add-in.

[Obsolete("Use SelectedChildrenAsUIObjects instead.")]
List<object> SelectedChildren { get; }

Property Value

List<object>

SelectedChildrenAsUIObjects

The Microsoft Active Accessibility selected children of the current object. Note: This method is not supported when you enable the legacy UIA Pro Add-in.

List<IUiObject> SelectedChildrenAsUIObjects { get; }

Property Value

List<IUiObject>

State

The Microsoft Active Accessibility state for the current object.

AccessibleState State { get; }

Property Value

AccessibleState

Value

The Microsoft Active Accessibility value for the current object.

string Value { get; set; }

Property Value

string

Methods

PerformDefaultOperation()

Performs the default operation on the control.

void PerformDefaultOperation()

Select(SelectOptions)

Selects the element.

void Select(SelectOptions selectionOptions)

Parameters

selectionOptions SelectOptions

The flag to use when selecting the element.

SetSecure(string)

The Microsoft Active Accessibility encrypted value for the current object.

void SetSecure(string encryptedValue)

Parameters

encryptedValue string