Visual Basic (Declaration) | |
---|---|
Public MustOverride Property IsVisible As Boolean |
C# | |
---|---|
public abstract bool IsVisible {get; set;} |
It is useful to hide the analyzer window when you are programming and do not need to see any displayed data or do not want a user to access the analyzer's user interface.
When you create the application object programmatically, IsVisible defaults to false. If you start the application by running the executable (e.g. by double-clicking the program shortcut), IsVisible defaults to true.
For the Spectrogram object, this property sets or gets whether the spectrogram is turned on (true = on, false = off). The data in the spectrogram is cleared when the spectrogram is turned off.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)