Table of Contents

Interface ISelectionItemPattern

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

The methods and properties used to interact with selectable items in a container.

public interface ISelectionItemPattern

Properties

IsSelected

Indicates whether the item is selected.

bool IsSelected { get; }

Property Value

bool

Methods

AddToSelection()

Adds the current element to the collection of selected items.

void AddToSelection()

RemoveFromSelection()

Removes the current element from the collection of selected items.

void RemoveFromSelection()

Select()

Deselects any selected items and then selects the current element.

void Select()