C# 클래스 Core.WPFHelper

파일 보기 프로젝트 열기: woodhojuli/Twitstrip

공개 메소드들

메소드 설명
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[]