StandardFontDialog 构造函数 | |
构造一个标准字体对话框。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
uOwner
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public StandardFontDialog(
__Usual uOwner = default
)
查看代码参数
- uOwner (Optional)
- 类型:__Usual
一个 Window 对象,用于标识要为其创建字体列表的设备(即,监视器)。
备注
创建一个 StandardFontDialog 对象,其中包含为指定设备可用的字体列表。
参见