C# Класс Core.WPFHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
CreateHyperLink ( string sURI, string sDescription, EventHandler ClickMethod ) : Hyperlink

Create a WPF Hyperlink class

CreateInlineTextWithLinks ( string sText, EventHandler ClickMethod ) : System.Windows.Documents.Inline[]

Convert a string into an array of inline containing plain text and hyperlinks

Описание методов

CreateHyperLink() публичный статический Метод

Create a WPF Hyperlink class
public static CreateHyperLink ( string sURI, string sDescription, EventHandler ClickMethod ) : Hyperlink
sURI string
sDescription string
ClickMethod EventHandler
Результат System.Windows.Documents.Hyperlink

CreateInlineTextWithLinks() публичный статический Метод

Convert a string into an array of inline containing plain text and hyperlinks
public static CreateInlineTextWithLinks ( string sText, EventHandler ClickMethod ) : System.Windows.Documents.Inline[]
sText string
ClickMethod EventHandler
Результат System.Windows.Documents.Inline[]