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.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
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,
.