AutomationPropertiesSetAccessKey Method

Helper for setting the value of the AccessKeyProperty on a StyledElement.

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetAccessKey(
	StyledElement element,
	string value
)

Parameters

element  StyledElement
 
value  String
 

See Also