AlertArguments Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |