OnCreateAutomationPeer Method
Returns a new, type-specific AutomationPeer implementation for the control.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected override AutomationPeer OnCreateAutomationPeer()
Protected Overrides Function OnCreateAutomationPeer As AutomationPeer
abstract OnCreateAutomationPeer : unit -> AutomationPeer
override OnCreateAutomationPeer : unit -> AutomationPeer
Return Value
AutomationPeer
The type-specific AutomationPeer implementation.