PSHostUserInterface.SupportsVirtualTerminal Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true for hosts that support VT100 like virtual terminals.
public:
virtual property bool SupportsVirtualTerminal { bool get(); };
public:
virtual property bool SupportsVirtualTerminal { bool get(); };
public virtual bool SupportsVirtualTerminal { get; }
member this.SupportsVirtualTerminal : bool
Public Overridable ReadOnly Property SupportsVirtualTerminal As Boolean