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