Version

IListAutomationPeer Interface Members

The following tables list the members exposed by IListAutomationPeer.

Public Properties
 NameDescription
 PropertyItemsControlPanelReturns the System.Windows.Controls.Panel this is associated with the Owner of the peer implementating this interface, or null if there is no panel associated with the owner.  
 PropertyOwnerReturns the System.Windows.UIElement that is the owner of the peer implementing this interface.  
Public Methods
 NameDescription
 MethodContainerFromItemReturns the container element for the specified item in the list associated with the peer implementing this interface.  
 MethodGetPatternReturns the Pattern implementation for the specified PatternInterface as supplied by the peer implementing this interface.  
 MethodGetUnderlyingPeerReturns the underlying AutomationPeer for the specified item.  
See Also