IDifferenceBuffer.IsEditingDisabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.