ToastButton.SetDismissActivation Method
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.
Configures the button to use system dismiss activation when the button is clicked (the toast will simply dismiss rather than activating).
public Microsoft.Toolkit.Uwp.Notifications.ToastButton SetDismissActivation();
member this.SetDismissActivation : unit -> Microsoft.Toolkit.Uwp.Notifications.ToastButton
Public Function SetDismissActivation () As ToastButton
Returns
The current instance of ToastButton