RadioButtonAutomationPeer.SelectionContainer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the UI automation provider that implements ISelectionProvider and acts as the container for the calling object.
public:
property IRawElementProviderSimple ^ SelectionContainer { IRawElementProviderSimple ^ get(); };
IRawElementProviderSimple SelectionContainer();
public IRawElementProviderSimple SelectionContainer { get; }
var iRawElementProviderSimple = radioButtonAutomationPeer.selectionContainer;
Public ReadOnly Property SelectionContainer As IRawElementProviderSimple
Property Value
The provider that supports ISelectionProvider.