TaskDialogEnableHyperlinks Property |
Namespace: Ookii.Dialogs
When this property is , the Content, ExpandedInformation and Footer properties can use hyperlinks in the following form: <A HREF="executablestring">Hyperlink Text</A>
Note |
---|
Enabling hyperlinks when using content from an unsafe source may cause security vulnerabilities. |
Task dialogs will not actually execute hyperlinks. To take action when the user presses a hyperlink, handle the HyperlinkClicked event.