DefaultBorder.GetResultText Method
Parent Object: DefaultBorderDescription
Method that returns the text that is currently displayed for a specific text box. This is useful for text boxes that use input form other sources to define their content, i.e. properties and prompted text. The string displayed within this text box is returned.
Syntax
DefaultBorder.GetResultText( DefinitionText As TextBox ) As StringParameters
Name | Type | Description |
DefinitionText | TextBox | Input object from the referenced TitleBlockDefinition object. This text box is used as in index to specify which text box in the instance to return the text for. |