PaletteDialog 构造函数 | |
构造一个标准的颜色调色板对话框。
命名空间:
VO
程序集:
VOGUIClasses (在 VOGUIClasses.dll 中) 版本:2.22 GA
语法 CONSTRUCTOR(
uOwner,
oColor
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public PaletteDialog(
__Usual uOwner = default,
__Usual oColor = default
)
查看代码参数
- uOwner (Optional)
- 类型:__Usual
拥有调色板对话框的窗口。 - oColor (Optional)
- 类型:__Usual
PaletteDialog 对象初始选择的颜色。默认值是黑色。(有关指定颜色的详细信息,请参阅 Color:Init() 方法。)
参见