TreeViewItemOnCreateAutomationPeer Method
Returns a new, type-specific
AutomationPeer implementation for the control.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
protected override AutomationPeer OnCreateAutomationPeer()
Protected Overrides Function OnCreateAutomationPeer As AutomationPeer
abstract OnCreateAutomationPeer : unit -> AutomationPeer
override OnCreateAutomationPeer : unit -> AutomationPeer
Return Value
AutomationPeerThe type-specific
AutomationPeer implementation.