Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsOverlay As Boolean |
C# | |
---|---|
public abstract bool IsOverlay {get; set;} |
If this trace window is place over another trace window in a tab group, then this property determines whether all traces are drawn, or only the top trace. If this property is set True, then all traces in the tab group are displayed that also have IsOverlay set to True.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)