Edit

Share via


ToastButton.SetTextBoxId(String) Method

Definition

Sets the ID of an existing ToastTextBox in order to have this button display to the right of the input, achieving a quick reply scenario.

public Microsoft.Toolkit.Uwp.Notifications.ToastButton SetTextBoxId(string textBoxId);
member this.SetTextBoxId : string -> Microsoft.Toolkit.Uwp.Notifications.ToastButton
Public Function SetTextBoxId (textBoxId As String) As ToastButton

Parameters

textBoxId
String

The ID of an existing ToastTextBox.

Returns

The current instance of ToastButton

Applies to