ToastSelectionBoxItem Class

Definition

A selection box item (an item that the user can select from the drop down list).

public sealed class ToastSelectionBoxItem
type ToastSelectionBoxItem = class
Public NotInheritable Class ToastSelectionBoxItem
Inheritance
ToastSelectionBoxItem

Constructors

ToastSelectionBoxItem(String, String)

Initializes a new instance of the ToastSelectionBoxItem class. Constructs a new Toast SelectionBoxItem with the required elements.

Properties

Content

Gets the required string that is displayed on the selection item.

Id

Gets the required ID property used so that developers can retrieve user input once the app is activated.

Applies to