StandardColorDialog Constructor | |
Construct a standard color dialog.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
oColor
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public StandardColorDialog(
Usual oColor = default
)
Request Example
View SourceParameters
- oColor (Optional)
- Type: Usual
Color object representing the default color to be displayed in the standard color dialog. If omitted, the default color is black.
See Also