Click or drag to resize

Window.SizeText Method

X#
Determine the space needed to print a string on the window in the current font.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SizeText(
	cTextToSize
) AS USUAL CLIPPER
Request Example View Source

Parameters

cTextToSize (Optional)
Type: Usual
The string to be printed.

Return Value

Type: Usual
A dimension representing the space required to print the string on this window using the current font.
See Also