C# Class NotificationsExtensions.Toasts.ToastActionsCustom

Create your own custom actions, using controls like ToastButton, ToastTextBox, and ToastSelectionBox.
Inheritance: IToastActions
ファイルを表示 Open project: WindowsNotifications/NotificationsExtensions Class Usage Examples

Public Methods

Method Description
ToastActionsCustom ( ) : System

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

Private Methods

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

Method Details

ToastActionsCustom() public method

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