|
PElaunchcolordialogBOOL PElaunchcolordialog (hObject)
This function used to invoke a modal color customization dialog. It now shows the customization dialog.
Returns If successful, the function returns the result of the closing dialog, either IDOK, or IDCANCEL.
If unsuccessful, the function returns -1.
Comments Ocx|Vcl developers, see the PEactions property.
Within Visual Basic, you can call this function as follows... Pego1.PEactions = 9 ' Calls PElaunchcolordialog
In Delphi, use... PEGraph1.PEactions := gColorDialog; {Calls PElaunchcolordialog} |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |