ItemContainerAutomationPeer.SelectionContainer Property

Definition

Gets an individual, selectable child item of a container control that implements System.Windows.Automation.Provider.ISelectionProvider.

public:
 property IRawElementProviderSimple ^ SelectionContainer { IRawElementProviderSimple ^ get(); };
IRawElementProviderSimple SelectionContainer();
public IRawElementProviderSimple SelectionContainer { get; }
var iRawElementProviderSimple = itemContainerAutomationPeer.selectionContainer;
Public ReadOnly Property SelectionContainer As IRawElementProviderSimple

Property Value

An individual, selectable child item of a container control that implements System.Windows.Automation.Provider.ISelectionProvider.

Implements

Applies to

See also