Edit

Share via


ToastSelectionBox(String) Constructor

Definition

Initializes a new instance of the ToastSelectionBox class. A Toast SelectionBox input control with the required elements.

public ToastSelectionBox (string id);
new Microsoft.Toolkit.Uwp.Notifications.ToastSelectionBox : string -> Microsoft.Toolkit.Uwp.Notifications.ToastSelectionBox
Public Sub New (id As String)

Parameters

id
String

Developer-provided ID that the developer uses later to retrieve input when the Toast is interacted with.

Applies to