Change help file in wizard depending on property value
Pernelle Marone-Hitz
Member, Moderator, Employee Posts: 864
✭✭✭✭
How can I change the help .html file in a Wizard depending on the value of a property?
Tagged:
0
Answers
-
The following commands can be used to set the content of the help component:
step.UserInterface.GetComponent("Help").SetHtmlContent(System.IO.Path.Combine(installDir,"help","L_Type.html")) step.UserInterface.GetComponent("Help").Refresh()
2