StandardFontDialog.EnableANSI Method (Typed) | |
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
public virtual void EnableANSI(
[DefaultParameterValueAttribute(true, 0)] bool bOnOff
)
Request Example
View SourceParameters
- 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