Click or drag to resize

StandardFontDialog.EnableANSI Method (Typed)

X#
Allow ANSI fonts to appear in the list of fonts in the standard font dialog.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD EnableANSI(
	 bOnOff AS LOGIC
) AS VOID
Request Example View Source

Parameters

bOnOff
Type: Logic
The logical value indicating whether ANSI fonts appear in the list of fonts. TRUE is the default, if omitted or if the method is not called.
See Also