TextElementEditingBehaviorAttribute.IsMergeable Property
Gets or sets a value indicating whether the RichTextBox can merge two adjacent text elements.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object IsMergeable="bool" .../>
Property Value
Type: System.Booleantrue if a RichTextBox is free to merge adjacent custom text elements that have identical property values; otherwise, false.
When IsMergeable is true, the decision to combine adjacent text elements that have identical property values is left up to the RichTextBox. When IsMergeable is false, a RichTextBox does not combine two adjacent text elements.
TextElementEditingBehaviorAttribute is introduced in the .NET Framework version 3.5. For more information, see .NET Framework 3.5 Architecture.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.