Border.SetPromptResultText Method
Parent Object: BorderDescription
Method that sets the text that was supplied for a specified border that contains prompted text. The string displayed within this border is changed.
Syntax
Border.SetPromptResultText( DefinitionText As TextBox, NewValue As String )Parameters
Name | Type | Description |
DefinitionText | TextBox | Input TextBox object from the referenced BorderDefinition object. This text box is used to specify which prompted text box to set the text for. |
NewValue | String | Input String that defines the new text to use for the specified prompted text. |