C# Class NotificationsExtensions.Toasts.ToastActionsCustom

Create your own custom actions, using controls like ToastButton, ToastTextBox, and ToastSelectionBox.
Inheritance: IToastActions
Afficher le fichier Open project: WindowsNotifications/NotificationsExtensions Class Usage Examples

Méthodes publiques

Méthode Description
ToastActionsCustom ( ) : System

Initializes a new instance of custom actions, which can use controls like ToastButton, ToastTextBox, and ToastSelectionBox.

Private Methods

Méthode Description
ConvertToActionElement ( IToastButton button ) : Element_ToastAction
ConvertToElement ( ) : NotificationsExtensions.Toasts.Element_ToastActions
ConvertToInputElement ( IToastInput input ) : NotificationsExtensions.Toasts.Element_ToastInput

Method Details

ToastActionsCustom() public méthode

Initializes a new instance of custom actions, which can use controls like ToastButton, ToastTextBox, and ToastSelectionBox.
public ToastActionsCustom ( ) : System
Résultat System