Click or drag to resize

DataWindow.ChangeFont Method (Typed)

X#
Change the font used by this datawindow.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD ChangeFont(
	oFont AS Font,
	 lUpdate AS LOGIC
) AS USUAL
Request Example View Source

Parameters

oFont
Type: Font
The new font to be used.
lUpdate
Type: Logic
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 datawindow.
See Also