Share

TextBox.FittedTextWidth Property

Parent Object: TextBox

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

TextBox.FittedTextWidth() As Double

Property Value

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

Version

Introduced in version 5.3

Was this information helpful?