Method | Description | |
---|---|---|
CreateHyperLink ( string sURI, string sDescription, EventHandler |
Create a WPF Hyperlink class
|
|
CreateInlineTextWithLinks ( string sText, EventHandler |
Convert a string into an array of inline containing plain text and hyperlinks
|
public static CreateHyperLink ( string sURI, string sDescription, EventHandler |
||
sURI | string | |
sDescription | string | |
ClickMethod | EventHandler |
|
return |
public static CreateInlineTextWithLinks ( string sText, EventHandler |
||
sText | string | |
ClickMethod | EventHandler |
|
return | System.Windows.Documents.Inline[] |