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