Share

ProfilePath.TextBox Property

Parent Object: ProfilePath

Description

Property that gets the text box this profile path was derived from. This property is only valid if the profile path denotes a text box which will be indicated by the value of the TextPath property being True. On the other hand, if the profile path denotes a set of connected curves, then this property does not apply and will return Nothing.

Syntax

ProfilePath.TextBox() As TextBox

Property Value

This is a read only property whose value is a TextBox.

Version

Introduced in version 11

Was this information helpful?