SetWizardStyle |
Use this method to change how active and inactive tasks look like when using wizard mode.
You can set an icon to be used for the active and inactive tasks. You can also turn on or off bold text.
Prototype:
SetWizardStyle(STRING WizardActiveIcon, STRING WizardInactiveIcon, BYTE WizardBold)
Arguments:
WizardActiveIcon |
Name of the icon to use for the active wizard task. Empty string is allowed to specify no icon. |
WizardInactiveIcon |
Name of the icon to use for the inactive wizard task. Empty string is allowed to specify no icon. |
WizardBold |
Set to false to turn of bold text on the active wizard task. |
See also:
ClearActiveWizardTask, GetWizardMode, SetDisableWizard, GetDisableWizard, SetActiveWizardTask