Show / Hide Table of Contents

Class TitleBarAutomationPeer

Automation peer for the TitleBar control.

Inheritance
object
DependencyObject
AutomationPeer
FrameworkElementAutomationPeer
TitleBarAutomationPeer
Implements
IEquatable<DependencyObject>
IEquatable<AutomationPeer>
IWinRTObject
IDynamicInterfaceCastable
IEquatable<FrameworkElementAutomationPeer>
Inherited Members
FrameworkElementAutomationPeer.As<I>()
FrameworkElementAutomationPeer.FromElement(UIElement)
FrameworkElementAutomationPeer.CreatePeerForElement(UIElement)
FrameworkElementAutomationPeer.FromAbi(nint)
FrameworkElementAutomationPeer.Equals(FrameworkElementAutomationPeer)
FrameworkElementAutomationPeer.Equals(object)
FrameworkElementAutomationPeer.GetHashCode()
FrameworkElementAutomationPeer.IsOverridableInterface(Guid)
FrameworkElementAutomationPeer.Owner
AutomationPeer.ListenerExists(AutomationEvents)
AutomationPeer.GenerateRawElementProviderRuntimeId()
AutomationPeer.Equals(AutomationPeer)
AutomationPeer.GetPattern(PatternInterface)
AutomationPeer.RaiseAutomationEvent(AutomationEvents)
AutomationPeer.RaisePropertyChangedEvent(AutomationProperty, object, object)
AutomationPeer.GetAcceleratorKey()
AutomationPeer.GetAccessKey()
AutomationPeer.GetAutomationControlType()
AutomationPeer.GetAutomationId()
AutomationPeer.GetBoundingRectangle()
AutomationPeer.GetChildren()
AutomationPeer.Navigate(AutomationNavigationDirection)
AutomationPeer.GetClassName()
AutomationPeer.GetClickablePoint()
AutomationPeer.GetHelpText()
AutomationPeer.GetItemStatus()
AutomationPeer.GetItemType()
AutomationPeer.GetLabeledBy()
AutomationPeer.GetLocalizedControlType()
AutomationPeer.GetName()
AutomationPeer.GetOrientation()
AutomationPeer.HasKeyboardFocus()
AutomationPeer.IsContentElement()
AutomationPeer.IsControlElement()
AutomationPeer.IsEnabled()
AutomationPeer.IsKeyboardFocusable()
AutomationPeer.IsOffscreen()
AutomationPeer.IsPassword()
AutomationPeer.IsRequiredForForm()
AutomationPeer.SetFocus()
AutomationPeer.GetParent()
AutomationPeer.InvalidatePeer()
AutomationPeer.GetPeerFromPoint(Point)
AutomationPeer.GetElementFromPoint(Point)
AutomationPeer.GetFocusedElement()
AutomationPeer.GetLiveSetting()
AutomationPeer.ShowContextMenu()
AutomationPeer.GetControlledPeers()
AutomationPeer.GetAnnotations()
AutomationPeer.SetParent(AutomationPeer)
AutomationPeer.RaiseTextEditTextChangedEvent(AutomationTextEditChangeType, IReadOnlyList<string>)
AutomationPeer.GetPositionInSet()
AutomationPeer.GetSizeOfSet()
AutomationPeer.GetLevel()
AutomationPeer.RaiseStructureChangedEvent(AutomationStructureChangeType, AutomationPeer)
AutomationPeer.GetLandmarkType()
AutomationPeer.GetLocalizedLandmarkType()
AutomationPeer.IsPeripheral()
AutomationPeer.IsDataValidForForm()
AutomationPeer.GetFullDescription()
AutomationPeer.GetCulture()
AutomationPeer.RaiseNotificationEvent(AutomationNotificationKind, AutomationNotificationProcessing, string, string)
AutomationPeer.GetHeadingLevel()
AutomationPeer.IsDialog()
AutomationPeer.PeerFromProvider(IRawElementProviderSimple)
AutomationPeer.ProviderFromPeer(AutomationPeer)
AutomationPeer.GetPatternCore(PatternInterface)
AutomationPeer.GetAcceleratorKeyCore()
AutomationPeer.GetAccessKeyCore()
AutomationPeer.GetAutomationIdCore()
AutomationPeer.GetBoundingRectangleCore()
AutomationPeer.GetChildrenCore()
AutomationPeer.NavigateCore(AutomationNavigationDirection)
AutomationPeer.GetClickablePointCore()
AutomationPeer.GetHelpTextCore()
AutomationPeer.GetItemStatusCore()
AutomationPeer.GetItemTypeCore()
AutomationPeer.GetLabeledByCore()
AutomationPeer.GetLocalizedControlTypeCore()
AutomationPeer.GetOrientationCore()
AutomationPeer.HasKeyboardFocusCore()
AutomationPeer.IsContentElementCore()
AutomationPeer.IsControlElementCore()
AutomationPeer.IsEnabledCore()
AutomationPeer.IsKeyboardFocusableCore()
AutomationPeer.IsOffscreenCore()
AutomationPeer.IsPasswordCore()
AutomationPeer.IsRequiredForFormCore()
AutomationPeer.SetFocusCore()
AutomationPeer.GetPeerFromPointCore(Point)
AutomationPeer.GetElementFromPointCore(Point)
AutomationPeer.GetFocusedElementCore()
AutomationPeer.GetLiveSettingCore()
AutomationPeer.ShowContextMenuCore()
AutomationPeer.GetControlledPeersCore()
AutomationPeer.GetAnnotationsCore()
AutomationPeer.GetPositionInSetCore()
AutomationPeer.GetSizeOfSetCore()
AutomationPeer.GetLevelCore()
AutomationPeer.GetLandmarkTypeCore()
AutomationPeer.GetLocalizedLandmarkTypeCore()
AutomationPeer.IsPeripheralCore()
AutomationPeer.IsDataValidForFormCore()
AutomationPeer.GetFullDescriptionCore()
AutomationPeer.GetDescribedByCore()
AutomationPeer.GetFlowsToCore()
AutomationPeer.GetFlowsFromCore()
AutomationPeer.GetCultureCore()
AutomationPeer.GetHeadingLevelCore()
AutomationPeer.IsDialogCore()
AutomationPeer.EventsSource
DependencyObject.Equals(DependencyObject)
DependencyObject.GetValue(DependencyProperty)
DependencyObject.SetValue(DependencyProperty, object)
DependencyObject.ClearValue(DependencyProperty)
DependencyObject.ReadLocalValue(DependencyProperty)
DependencyObject.GetAnimationBaseValue(DependencyProperty)
DependencyObject.RegisterPropertyChangedCallback(DependencyProperty, DependencyPropertyChangedCallback)
DependencyObject.UnregisterPropertyChangedCallback(DependencyProperty, long)
DependencyObject.Dispatcher
DependencyObject.DispatcherQueue
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
[Obsolete("Use Windows App SDK's TitleBar control instead.")]
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Automation.Peers.IAutomationPeerOverrides")]
[WinRTExposedType(typeof(TitleBarAutomationPeerWinRTTypeDetails))]
public class TitleBarAutomationPeer : FrameworkElementAutomationPeer, IEquatable<DependencyObject>, IEquatable<AutomationPeer>, IWinRTObject, IDynamicInterfaceCastable, IEquatable<FrameworkElementAutomationPeer>

Constructors

Name Description
TitleBarAutomationPeer(TitleBar)

Initializes a new instance of the TitleBar class.

Methods

Name Description
GetAutomationControlTypeCore()

Provides the peer's behavior when a Microsoft UI Automation client calls GetAutomationControlType or an equivalent Microsoft UI Automation client API.

GetClassNameCore()

Provides the peer's behavior when a Microsoft UI Automation client calls GetClassName or an equivalent Microsoft UI Automation client API.

GetNameCore()

Provides the peer's behavior when a Microsoft UI Automation client calls GetName or an equivalent Microsoft UI Automation client API.

In this article
Back to top Generated by DocFX