VirtualTerminalSupportIsSupported Property
Gets a value that indicates whether virtual terminal sequences are supported.
Namespace: Ookii.CommandLine.TerminalAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
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,
.