Share

TextBoxProxy.FittedTextWidth Property

Parent Object: TextBoxProxy

Description

Property that returns the actual width of the text within the text box. This does not necessarily represent the current width of the text box, but only the text within the box. If the Fitted property is True then this value is the same as the width of the text box.

Syntax

TextBoxProxy.FittedTextWidth() As Double

Property Value

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

Version

Introduced in version 10

Was this information helpful?