C# Class MetroFanfou.Controls.RichTweetBox

Inheritance: System.Windows.Controls.RichTextBox
Mostrar archivo Open project: dodola/WP7Fanfou

Public Properties

Property Type Description
OrigTextProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
GetUserNickName string
HyperlinkClick void
OrigTextPropertyChangeCallback void
PaserContent void
TextRun System.Windows.Documents.Run

Public Methods

Method Description
SetContent ( string text ) : void

设置内容解析帐号

SetContent ( string text, ICollection userInfos ) : void

设置内容解析帐号

Private Methods

Method Description
GetUserNickName ( string name, IEnumerable users ) : string
HyperlinkClick ( object sender, RoutedEventArgs e ) : void

打开网页

OrigTextPropertyChangeCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
PaserContent ( ICollection userInfos, string content ) : void
TextRun ( string text ) : System.Windows.Documents.Run

Method Details

SetContent() public method

设置内容解析帐号
public SetContent ( string text ) : void
text string
return void

SetContent() public method

设置内容解析帐号
public SetContent ( string text, ICollection userInfos ) : void
text string
userInfos ICollection
return void

Property Details

OrigTextProperty public_oe static_oe property

依赖项,显示的时间线内容类型
public static DependencyProperty,System.Windows OrigTextProperty
return System.Windows.DependencyProperty