TextElementEditingBehaviorAttribute.IsMergeable 속성

정의

인접한 두 텍스트 요소를 병합할 RichTextBox 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 property bool IsMergeable { bool get(); void set(bool value); };
public bool IsMergeable { get; set; }
member this.IsMergeable : bool with get, set
Public Property IsMergeable As Boolean

속성 값

속성 값이 동일한 인접한 사용자 지정 텍스트 요소를 자유롭게 병합할 수 있으면 />이고, 그렇지 않으면 .

설명

이 경우 IsMergeabletrue속성 값이 동일한 인접한 텍스트 요소를 결합하는 결정은 입니다 RichTextBox. 있는 경우 IsMergeablefalsea는 RichTextBox 인접한 두 텍스트 요소를 결합하지 않습니다.

TextElementEditingBehaviorAttribute .NET Framework 버전 3.5에 도입되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상