C# Class ServiceBusMQManager.Controls.TextEditor

Interaction logic for TextEditor.xaml
Inheritance: System.Windows.Controls.UserControl
Show file Open project: danielHalan/ServiceBusMQManager

Public Properties

Property Type Description
CodeLanguageProperty System.Windows.DependencyProperty
ReadOnlyProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
Clear ( ) : void
Display ( string message ) : void
SetText ( string text ) : void
TextEditor ( ) : System.Windows

Method Details

Clear() public method

public Clear ( ) : void
return void

Display() public method

public Display ( string message ) : void
message string
return void

SetText() public method

public SetText ( string text ) : void
text string
return void

TextEditor() public method

public TextEditor ( ) : System.Windows
return System.Windows

Property Details

CodeLanguageProperty public static property

public static DependencyProperty,System.Windows CodeLanguageProperty
return System.Windows.DependencyProperty

ReadOnlyProperty public static property

public static DependencyProperty,System.Windows ReadOnlyProperty
return System.Windows.DependencyProperty

TextProperty public static property

public static DependencyProperty,System.Windows TextProperty
return System.Windows.DependencyProperty