PaletteDialog Constructor | |
Construct a standard color palette dialog.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax CONSTRUCTOR(
uOwner,
oColor
) CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public PaletteDialog(
Usual uOwner = default,
Usual oColor = default
)
Request Example
View SourceParameters
- uOwner (Optional)
- Type: Usual
The window that owns the palette dialog. - oColor (Optional)
- Type: Usual
The color initially selected for the PaletteDialog object. The default is black. (Refer to the Color:Init() method for details on specifying a color.)
See Also