AlertArguments Class

Definition

For internal use by the Microsoft.Maui.Controls platform.

public ref class AlertArguments
public class AlertArguments
type AlertArguments = class
Public Class AlertArguments
Inheritance
AlertArguments

Constructors

AlertArguments(String, String, String, String)

For internal use by the Microsoft.Maui.Controls platform.

Properties

Accept

Gets the text for the accept button. Can be null.

Cancel

Gets the text of the cancel button.

FlowDirection
Message

Gets the message for the alert. Can be null.

Result

For internal use by the Microsoft.Maui.Controls platform.

Title

Gets the title for the alert. Can be null.

Methods

SetResult(Boolean)

For internal use by the Microsoft.Maui.Controls platform.

Applies to