In This Article

BarMenuGalleryAutomationPeer Class

Exposes BarMenuGallery types to UI Automation.

public class BarMenuGalleryAutomationPeer : BarGalleryBaseAutomationPeer, IScrollProvider, ISelectionProvider
Inheritance:
object AutomationPeer ControlAutomationPeer ItemsControlAutomationPeer SelectingItemsControlAutomationPeer BarGalleryBaseAutomationPeer object
Implements:
IScrollProvider ISelectionProvider

Constructors

BarMenuGalleryAutomationPeer(BarMenuGallery)

Initializes a new instance of the class.

public BarMenuGalleryAutomationPeer(BarMenuGallery owner)
Parameter Type Description
owner BarMenuGallery

The owner element.

Methods

GetLocalizedControlTypeCore()

Gets a human-readable localized string that represents the type of the control that is associated with this automation peer.

protected override string GetLocalizedControlTypeCore()

Returns

string

Inherited Members

Extension Methods