StandardFontDialog.EnableTrueType Method (Typed) | |
Determine whether only true type fonts will be displayed in the list of fonts for the standard font dialog.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableTrueType(
bOnOff AS LOGIC
) AS VOID
public virtual void EnableTrueType(
[DefaultParameterValueAttribute(true, 0)] bool bOnOff
)
Request Example
View SourceParameters
- bOnOff
- Type: Logic
Logical value indicating whether only true type fonts appear in the list of fonts.
See Also