ITextChange2::IsOpaque Property

 

Flag indicating whether the change is opaque.

Namespace:   Microsoft.VisualStudio.Text
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

property bool IsOpaque {
	bool get();
}

Property Value

Type: System::Boolean

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

Return to top
Show: