Class CaretTextBox
Represents a CaretTextBox control.
Inheritance
Inherited Members
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.String
|
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
MouseButtonEventArgs
e
|
Overrides
OnTextInserted(Object, TextInsertedEventArgs)
Invoked when text is being inserted.
Declaration
protected virtual void OnTextInserted(object sender, TextInsertedEventArgs e)
Parameters
System.Object
sender
|
TextInsertedEventArgs
e
|
Events
TextInserted
Raises when text is inserted.
Declaration
public event EventHandler<TextInsertedEventArgs> TextInserted
Event Type
System.EventHandler<TextInsertedEventArgs>
|