Skip to main content

TextEntry class

Namespace: Arlecchino.Editing · Assembly: Arlecchino

A line of text held on its own, for whatever is typed into but is not a dialog: a filter in a view, a line an application draws for itself. What each key does to it is TextEditing's.

public sealed class TextEntry : ITextEntry

Implements ITextEntry

Constructors

MemberSummary
TextEntry()

Properties

MemberSummary
Anchor
Caret
Text

Constructors in detail

TextEntry()

public TextEntry();

Properties in detail

Anchor

public int Anchor { get; set; }

Type int

Caret

public int Caret { get; set; }

Type int

Text

public string Text { get; set; }

Type string