Method GetTextFromUserAsync
GetTextFromUserAsync(TextFromUserParams)
Popups a dialog box with title, message and text input bot. The user may type in text and press 'OK' or 'Cancel'.
public static void GetTextFromUserAsync(TextFromUserParams prm)
Parameters
prm
TextFromUserParamsDialog parameters.
Remarks
This method uses WindowTextInput form instead of the platform input dialog.