ToastButton.SetTextBoxId(String) 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.
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