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
| Member | Summary |
|---|---|
TextEntry() |
Properties
| Member | Summary |
|---|---|
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