StandardFontDialog Constructor | |
Construct a standard font dialog.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
uOwner
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public StandardFontDialog(
Usual uOwner = default
)
Request Example
View SourceParameters
- uOwner (Optional)
- Type: Usual
A Window object which identifies the device (i.e., monitor) for which to create the font list.
Remarks
A StandardFontDialog object is created, with a list of fonts available for the specified device.
See Also