Click or drag to resize

DialogWindow.ChangeFont Method

X#
Change the font used by this dialog window.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ChangeFont(
	oFont,
	lRescale
) AS USUAL CLIPPER
Request Example View Source

Parameters

oFont (Optional)
Type: Usual
The new font to be used.
lRescale (Optional)
Type: Usual
Specify TRUE to resize and reposition all controls in this dialog window and change their fonts; otherwise, FALSE. If omitted, the default is FALSE.

Return Value

Type: Usual
The font previously assigned to the dialog window.
See Also