Share

DefaultBorder.GetResultText Method

Parent Object: DefaultBorder

Description

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 String

Parameters

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.

Version

Introduced in version 5.3

Was this information helpful?