Show / Hide Table of Contents

Class TitleBarAutomationPeer

Automation peer for the TitleBar control.

Inheritance
System.Object
TitleBarAutomationPeer
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
[Obsolete("Use Windows App SDK's TitleBar control instead.")]
public class TitleBarAutomationPeer : FrameworkElementAutomationPeer

Constructors

| Improve this Doc View Source

TitleBarAutomationPeer(TitleBar)

Initializes a new instance of the TitleBar class.

Declaration
public TitleBarAutomationPeer(TitleBar owner)
Parameters
Type Name Description
TitleBar owner

TitleBar owner

Methods

| Improve this Doc View Source

GetAutomationControlTypeCore()

Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Type Description
AutomationControlType
| Improve this Doc View Source

GetClassNameCore()

Declaration
protected override string GetClassNameCore()
Returns
Type Description
System.String
| Improve this Doc View Source

GetNameCore()

Declaration
protected override string GetNameCore()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX