[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Inherit=CommonDialog Info=Represents a common dialog box that displays available colors along with controls that enable the user to define custom colors. [Property] @AllowFullOpen=Sets a value indicating whether the user can use the dialog box to define custom colors.ARG(bool)|14|0|True,False @AnyColor=Sets a value indicating whether the dialog box displays all available colors in the set of basic colors.ARG(bool)|14|1|True,False @Color=Sets the color selected by the user.ARG(Color)|8|clBlack @FullOpen=Sets a value indicating whether the controls used to create custom colors are visible when the dialog box is opened ARG(bool)|14|1|True,False @ShowHelp=Sets a value indicating whether a Help button appears in the color dialog box.ARG(bool)|14|1|True,False @SolidColorOnly=Sets a value indicating whether the dialog box will restrict users to selecting solid colors only.ARG(bool)|14|1|True,False [Methods] *doCustomColors=Sets the set of custom colors shown in the dialog box.ARG(int[])|1|0 *doReset=Resets all options to their default values, the last selected color to black, and the custom colors to their default values. ARG()|1|0 *AllowFullOpen=Returns a value indicating whether the user can use the dialog box to define custom colors.ARG(bool)|3|104 *AnyColor=Returns a value indicating whether the dialog box displays all available colors in the set of basic colors.ARG(bool)|3|104 Color=Returns the color selected by the user.ARG(Color)|3|8 *CustomColors=Returns the set of custom colors shown in the dialog box.ARG(int[])|3|13 *FullOpen=Returns a value indicating whether the controls used to create custom colors are visible when the dialog box is opened ARG(bool)|3|104 *ShowHelp=Returns a value indicating whether a Help button appears in the color dialog box.ARG(bool)|3|104 *SolidColorOnly=Returns a value indicating whether the dialog box will restrict users to selecting solid colors only.ARG(bool)|3|104