|
PElaunchfontdialogINT PElaunchfontdialog (hObject)
This function is used to invoke the customization dialog with focus on the font tab.
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 = 10 ' Calls PElaunchfontdialog
In Delphi, use... PEGraph1.PEactions := gFontDialog; {Calls PElaunchfontdialog} |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |