VirtualTerminalSupportIsSupported Property
            Gets a value that indicates whether virtual terminal sequences are supported.
            
Namespace: Ookii.CommandLine.TerminalAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
public bool IsSupported { get; }
Public ReadOnly Property IsSupported As Boolean
	Get
Dim instance As VirtualTerminalSupport
Dim value As Boolean
value = instance.IsSupported
public:
property bool IsSupported {
	bool get ();
}
Property Value
Boolean if virtual terminal sequences are supported; otherwise,
            
.