Click or drag to resize

StandardColorDialog.Show Method (Typed)

X#
Display a standard color dialog box. To retrieve the value that the user selected, use the StandardColorDialog:Color() method.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Show() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE if successful; otherwise, FALSE.
See Also