Class CaretTextBox
Represents a CaretTextBox control.
Inheritance
System.Object
CaretTextBox
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class CaretTextBox : FrameworkElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, ISupportDrop
Constructors
CaretTextBox()
Properties
Text
Gets or sets the text.
Declaration
public string Text { get; }
Property Value
System.
|
Methods
OnMouseLeftButtonUp(MouseButtonEventArgs)
Invoked when an unhandled System.Windows.UIElement.MouseLeftButtonUp routed event reaches an element in its route that is derived from this class.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
Overrides
OnTextInserted(Object, TextInsertedEventArgs)
Invoked when text is being inserted.
Declaration
protected virtual void OnTextInserted(object sender, TextInsertedEventArgs e)
Parameters
System.
|
Text
|
Events
TextInserted
Raises when text is inserted.
Declaration
public event EventHandler<TextInsertedEventArgs> TextInserted
Event Type
System.
|