ActionSheetArguments 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 ActionSheetArguments
public class ActionSheetArguments
type ActionSheetArguments = class
Public Class ActionSheetArguments
- Inheritance
-
ActionSheetArguments
Constructors
ActionSheetArguments(String, String, String, IEnumerable<String>) |
For internal use by the Microsoft.Maui.Controls platform. |
Properties
Buttons |
Gets titles of any buttons on the action sheet that aren't Cancel or Destruction. Can
be |
Cancel |
Gets the text for a cancel button. Can be null. |
Destruction |
Gets the text for a destructive button. Can be null. |
FlowDirection | |
Result |
For internal use by the Microsoft.Maui.Controls platform. |
Title |
Gets the title for the action sheet. Can be null. |
Methods
SetResult(String) |
For internal use by the Microsoft.Maui.Controls platform. |