ListBoxItemAutomationPeer.ISelectionItemProvider.Select Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Deselects any selected items and then selects the current element.
Namespace: System.Windows.Automation.Peers
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Private Sub Select Implements ISelectionItemProvider.Select
'Usage
Dim instance As ListBoxItemAutomationPeer
CType(instance, ISelectionItemProvider).Select()
void ISelectionItemProvider.Select()
private:
virtual void Select() sealed = ISelectionItemProvider::Select
JScript does not support explicit interface implementations.
Implements
ISelectionItemProvider.Select()
See Also
Reference
ListBoxItemAutomationPeer Class