StandardColorDialog Constructor (Typed) | |
Construct a standard color dialog.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oColor AS Color
)
public StandardColorDialog(
[DefaultParameterValueAttribute(null, 0)] Color oColor
)
Request Example
View SourceParameters
- 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