Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TextElementEditingBehaviorAttribute::IsMergeable Property

 

Gets or sets a value indicating whether the RichTextBox can merge two adjacent text elements.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property bool IsMergeable {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true 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.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft