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.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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,
.