StandardFontDialog Constructor (Typed) | |
Construct a standard font dialog.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
uOwner AS USUAL
)
public StandardFontDialog(
[DefaultParameterValueAttribute(0, 1)] Usual uOwner
)
Request Example
View SourceParameters
- uOwner
- 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