IDifferenceBuffer.IsEditingDisabled Property

Definition

Is editing disabled in this IDifferenceBuffer?

public:
 property bool IsEditingDisabled { bool get(); };
public:
 property bool IsEditingDisabled { bool get(); };
public bool IsEditingDisabled { get; }
member this.IsEditingDisabled : bool
Public ReadOnly Property IsEditingDisabled As Boolean

Property Value

true if editing is disabled in this IDifferenceBuffer, otherwise false.

Remarks

If true, then this.RightBuffer is a read-only projection of this.BaseRightBuffer.

Applies to