SelectionItemPatternIdentifiers.IsSelectedProperty Property

Definition

Identifies the IsSelected automation property.

public:
 static property AutomationProperty ^ IsSelectedProperty { AutomationProperty ^ get(); };
static AutomationProperty IsSelectedProperty();
public static AutomationProperty IsSelectedProperty { get; }
var automationProperty = SelectionItemPatternIdentifiers.isSelectedProperty;
Public Shared ReadOnly Property IsSelectedProperty As AutomationProperty

Property Value

The automation property identifier.

Applies to