C# Class Unite.UI.Controls.MessageTextView

Inheritance: System.Windows.Controls.ContentControl
Afficher le fichier Open project: jcbozonier/irontwit

Protected Properties

Свойство Type Description
MessageText System.Windows.Controls.TextBlock

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
OnContentChanged ( object oldContent, object newContent ) : void
hyperlink_Click ( object sender, RoutedEventArgs e ) : void

Private Methods

Méthode Description
ClearHyperlinks ( ) : void
ListenToHyperlink ( Hyperlink hyperlink, bool listen ) : void
MessageTextView ( ) : System
SetMessageText ( string messageText ) : void

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnContentChanged() protected méthode

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
Résultat void

hyperlink_Click() protected méthode

protected hyperlink_Click ( object sender, RoutedEventArgs e ) : void
sender object
e System.Windows.RoutedEventArgs
Résultat void

Property Details

MessageText protected_oe property

protected TextBlock,System.Windows.Controls MessageText
Résultat System.Windows.Controls.TextBlock