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