Class SimpleInputDialog.DisplayPromptDialog
Represents a dialog that displays a prompt to the user and allows input.
public class SimpleInputDialog.DisplayPromptDialog : SimpleInputDialog, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IRaiseSystemColorsChanged
- Inheritance
-
SimpleInputDialog.DisplayPromptDialog
- Implements
Remarks
This class extends SimpleInputDialog to provide functionality for displaying a prompt message and capturing user input. It can be used in scenarios where user interaction is required, such as confirming actions or entering data.