How to change the radio button color in the LicensePage?

52 Views Asked by At

How to change the radio button color in the LicensePage?

The following code does not work:

with WizardForm do
  begin
     LicenseAcceptedRadio.Font.Color := clWhite;
  end;

It would seem that the Inno Setup does not change the color of some controls.

I assume you need to use the WindowProc functions from the DLL file InnoCallback in order to set the colors. But what is the code for it?

Some references:

Inno Setup: How to change the font color of a TNewRadioButton?

Change the entire font style of all dialogs

Inno Setup Licence Agreement Font Color

https://documentation.help/Inno-Setup/topic_scriptclasses.htm

0

There are 0 best solutions below