C# Class withSIX.Play.Presentation.Wpf.Views.Controls.RichTextBox

Inheritance: Xceed.Wpf.Toolkit.RichTextBox
Mostrar archivo Open project: SIXNetworks/withSIX.Desktop

Public Methods

Method Description
HandleRequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs args ) : void
HookHyperlinks ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
RichTextBox ( ) : System.Windows.Controls

Method Details

HandleRequestNavigate() public method

public HandleRequestNavigate ( object sender, System.Windows.Navigation.RequestNavigateEventArgs args ) : void
sender object
args System.Windows.Navigation.RequestNavigateEventArgs
return void

HookHyperlinks() public method

public HookHyperlinks ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
sender object
e System.Windows.Controls.TextChangedEventArgs
return void

RichTextBox() public method

public RichTextBox ( ) : System.Windows.Controls
return System.Windows.Controls