Click or drag to resize

StandardFontDialog Class

X#
Provide standard font dialog facilities.
Inheritance Hierarchy
Object
  VObject
    StandardDialog
      StandardFontDialog

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS StandardFontDialog INHERIT StandardDialog
Request Example View Source

The StandardFontDialog type exposes the following members.

Constructors
  NameDescription
Public methodStandardFontDialog
Construct a standard font dialog.
Top
Properties
  NameDescription
Public propertyFlags
A Windows API style constant to be set for the standard font dialog window.
Public propertyFont
The font that was last selected in the standard font dialog window.
Public propertyFontColor
The font color that was last selected in the standard font dialog window. This is only evident after EnableEffects(TRUE) has been called.
Top
Methods
  NameDescription
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Public methodEnableANSI
Allow ANSI fonts to appear in the list of fonts in the standard font dialog.
Public methodEnableEffects
Allow the ability to change font effects, such as underline, strikethrough, and color.
Public methodEnableFixedPitch
Determine whether only fixed pitch fonts will be displayed in the list of fonts for the standard font dialog.
Public methodEnableTrueType
Determine whether only true type fonts will be displayed in the list of fonts for the standard font dialog.
Public methodShow
Display a standard font dialog. To retrieve the value that the user selected, use the StandardFontDialog:Font access.
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
See Also

Reference