Share via


ITextChange2.IsOpaque Property

Definition

Indicates whether the change is opaque. Opaque changes are always replacements in which both the old text and new text are non-empty. The differ from other changes in the manner in which ITrackingPoints and ITrackingSpans behave. When tracking across an opaque replacement, a point or span endpoint that lies within the deleted text will keep the same offset within the inserted text (normally a point would move either to the beginning or end of the inserted text, depending on its tracking mode).

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

Property Value

Returns true if the change is opaque; otherwise, returns false.

Applies to