Keyoti RapidSpell Desktop .NET API Docs
UseUndoCompatibleTextAccess Property
APIKeyoti.RapidSpellAYTRichTextBoxUseUndoCompatibleTextAccess
Keyoti RapidSpell Desktop .NET
Whether to use a work around with RichTextBox that prevents undo information from being lost when the Text property is accessed.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public bool UseUndoCompatibleTextAccess { get; set; }
public bool UseUndoCompatibleTextAccess { get; set; }
Public Property UseUndoCompatibleTextAccess As Boolean
	Get
	Set
Public Property UseUndoCompatibleTextAccess As Boolean
	Get
	Set
public:
property bool UseUndoCompatibleTextAccess {
	bool get ();
	void set (bool value);
}
public:
property bool UseUndoCompatibleTextAccess {
	bool get ();
	void set (bool value);
}
member UseUndoCompatibleTextAccess : bool with get, set
member UseUndoCompatibleTextAccess : bool with get, set
Property Value
Remarks
The side effect of using this work around is the .Text property will now return '\r' instead of '\n' (which .Text will return if this property is false) at new-lines. If your code requires \n for newlines, please be careful with this property, setting this to true could break your code.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412