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