In This Article

UserPromptControl.AutomationIds Class

Defines the values assigned to Avalonia.Automation.AutomationProperties.AutomationIdProperty for key elements of the control.

public static class UserPromptControl.AutomationIds
Inheritance:
object object

Fields

ContentArea

The automation ID for the content area.

public const string ContentArea = "ContentArea"

ExpandedInformation

The automation ID for the expanded information.

public const string ExpandedInformation = "ExpandedInformation"

ExpandedInformationToggle

The automation ID for the expanded information toggle control.

public const string ExpandedInformationToggle = "ExpandedInformationToggle"

FooterArea

The automation ID for the footer area.

public const string FooterArea = "FooterArea"

FooterCheckBox

The automation ID for the footer checkbox control.

public const string FooterCheckBox = "FooterCheckBox"

FooterImage

The automation ID for the footer image.

public const string FooterImage = "FooterImage"

Header

The automation ID for the header.

public const string Header = "Header"

HeaderArea

The automation ID for the header area.

public const string HeaderArea = "HeaderArea"

StatusImage

The automation ID for the status image.

public const string StatusImage = "StatusImage"

Inherited Members