Click or drag to resize

StandardColorDialog Constructor (Typed)

X#
Construct a standard color dialog.

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

Parameters

oColor
Type: Color
Color object representing the default color to be displayed in the standard color dialog. If omitted, the default color is black.
See Also