Click or drag to resize

SelectDialog Constructor (Typed)

X#
Construct a standard color selection dialog.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	 uOwner AS Window,
	 oColor AS Color
)
Request Example View Source

Parameters

uOwner
Type: Window
The window that owns the SelectDialog object.
oColor
Type: Color
The color initially selected for the SelectDialog object. The default is the color currently being used. (Refer to the Color:Init() method for details on specifying a color.)
See Also