StandardFontDialog.EnableFixedPitch Method | |
Determine whether only fixed pitch fonts will be displayed in the list of fonts for the standard font dialog.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD EnableFixedPitch(
bOnOff
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual EnableFixedPitch(
Usual bOnOff = default
)
Request Example
View SourceParameters
- bOnOff (Optional)
- Type: Usual
Logical value indicating whether only fixed pitch fonts appear in the list of fonts.
Return Value
Type:
UsualSee Also