ITextChange2.IsOpaque 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.
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.