StandardFontDialog.EnableANSI Method | |
Allow ANSI fonts to appear in the list of fonts in the standard font dialog.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableANSI(
bOnOff
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableANSI(
Usual bOnOff = default
)
Request Example
View SourceParameters
- bOnOff (Optional)
- Type: Usual
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.
Return Value
Type:
UsualSee Also