FrameworkRichTextComposition Klasse
Definition
Stellt eine auf die Texteingabe bezogene Komposition dar.Represents a composition related to text input. Diese Klasse können Sie verwenden, um die Textposition der Komposition oder der Ergebniszeichenfolge zu suchen.You can use this class to find the text position of the composition or the result string.
public ref class FrameworkRichTextComposition sealed : System::Windows::Documents::FrameworkTextComposition
public sealed class FrameworkRichTextComposition : System.Windows.Documents.FrameworkTextComposition
type FrameworkRichTextComposition = class
inherit FrameworkTextComposition
Public NotInheritable Class FrameworkRichTextComposition
Inherits FrameworkTextComposition
- Vererbung
Hinweise
Diese Klasse wird für Parameter von Texteingabe Ereignissen (d. h TextInputStart. TextInputUpdate, usw.) RichTextBoxin verwendet.This class is used for parameters of text input events (i.e. TextInputStart, TextInputUpdate, etc) on RichTextBox.
Eigenschaften
AutoComplete |
Ruft die Einstellung für die automatische Vervollständigung für diese Textkomposition ab.Gets the auto-complete setting for this text composition. (Geerbt von TextComposition) |
CompositionEnd |
Ruft die Endposition des aktuellen Kompositionstexts ab.Gets the end position of the current composition text. |
CompositionLength |
Ruft die Länge der aktuellen Komposition in Unicode-Symbolen ab.Gets the length of the current composition in Unicode symbols. (Geerbt von FrameworkTextComposition) |
CompositionOffset |
Ruft die Position ab, bei der der Kompositionstext im TextBox auftritt.Gets the position at which the composition text occurs in the TextBox. (Geerbt von FrameworkTextComposition) |
CompositionStart |
Ruft die Anfangsposition des aktuellen Kompositionstexts ab.Gets the start position of the current composition text. |
CompositionText |
Ruft den Kompositionstext für diese Textkomposition ab oder legt diesen fest.Gets or sets the composition text for this text composition. (Geerbt von TextComposition) |
ControlText |
Ruft alle Steuerelementtexte ab, die dieser Textkomposition zugeordnet sind, oder legt diese fest.Gets or sets any control text associated with this text composition. (Geerbt von TextComposition) |
Dispatcher |
Ruft den Dispatcher ab, der diesem DispatcherObject zugeordnet ist.Gets the Dispatcher this DispatcherObject is associated with. (Geerbt von DispatcherObject) |
ResultEnd |
Ruft die Endposition des Ergebnistexts der Texteingabe ab.Gets the end position of the result text of the text input. |
ResultLength |
Ruft die Länge des finalisierten Texts in Unicode-Symbolen ab, wenn das TextInput-Ereignis eintritt.Gets the length of the finalized text in Unicode symbols when the TextInput event occurs. (Geerbt von FrameworkTextComposition) |
ResultOffset |
Ruft den Offset des finalisierten Texts ab, wenn das TextInput-Ereignis eintritt.Gets the offset of the finalized text when the TextInput event occurs. (Geerbt von FrameworkTextComposition) |
ResultStart |
Ruft die Anfangsposition des Ergebnistexts der Texteingabe ab.Gets the start position of the result text of the text input. |
SystemCompositionText |
Ruft den Systemkompositionstext für diese Textkomposition ab oder legt diese fest.Gets or sets the system composition text for this text composition. (Geerbt von TextComposition) |
SystemText |
Ruft den Systemtext für diese Textkomposition ab oder legt diese fest.Gets or sets the system text for this text composition. (Geerbt von TextComposition) |
Text |
Ruft den aktuellen Text für diese Textkomposition ab oder legt diesen fest.Gets or sets the current text for this text composition. (Geerbt von TextComposition) |
Methoden
CheckAccess() |
Bestimmt, ob der aufrufende Thread auf dieses DispatcherObject zugreifen kann.Determines whether the calling thread has access to this DispatcherObject. (Geerbt von DispatcherObject) |
Complete() |
Finalisiert die Komposition.Finalizes the composition. (Geerbt von FrameworkTextComposition) |
Equals(Object) |
Ermittelt, ob das angegebene Objekt und das aktuelle Objekt gleich sind.Determines whether the specified object is equal to the current object. (Geerbt von Object) |
GetHashCode() |
Dient als die Standard-HashfunktionServes as the default hash function. (Geerbt von Object) |
GetType() |
Ruft den Type der aktuellen Instanz ab.Gets the Type of the current instance. (Geerbt von Object) |
MemberwiseClone() |
Erstellt eine flache Kopie des aktuellen Object.Creates a shallow copy of the current Object. (Geerbt von Object) |
ToString() |
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.Returns a string that represents the current object. (Geerbt von Object) |
VerifyAccess() |
Erzwingt, dass der aufrufende Thread auf dieses DispatcherObject zugreifen kann.Enforces that the calling thread has access to this DispatcherObject. (Geerbt von DispatcherObject) |