Class SelectionPatternIdentifiers
Contains values used as automation property identifiers specifically for properties of the ISelectionProvider pattern.
Inheritance
System.Object
SelectionPatternIdentifiers
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Automation
Assembly: OpenSilver.dll
Syntax
public static class SelectionPatternIdentifiers
Fields
| Improve this Doc View SourceCanSelectMultipleProperty
Identifies the CanSelectMultiple automation property.
Declaration
public static readonly AutomationProperty CanSelectMultipleProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
IsSelectionRequiredProperty
Identifies the IsSelectionRequired automation property.
Declaration
public static readonly AutomationProperty IsSelectionRequiredProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |
SelectionProperty
Identifies the property that gets the selected items in a container.
Declaration
public static readonly AutomationProperty SelectionProperty
Field Value
Type | Description |
---|---|
AutomationProperty | The automation property identifier. |