Albert1
November 14, 2007, 08:54:21
TextWidth Property
Returns the width of a string, in twips.
Syntax
val# = [form!]TextControl.TextWidth(Text As String)
This property does not take into account word wrapping or other paragraph settings. To measure formatted text, use the GetTextExtent properties instead.
Data Type
Double
Returns the width of a string, in twips.
Syntax
val# = [form!]TextControl.TextWidth(Text As String)
This property does not take into account word wrapping or other paragraph settings. To measure formatted text, use the GetTextExtent properties instead.
Data Type
Double