TextElementEditingBehaviorAttribute::IsMergeable Property
Gets or sets a value indicating whether the RichTextBox can merge two adjacent text elements.
Assembly: PresentationFramework (in PresentationFramework.dll)
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 Versions and Dependencies.
Available since 3.0