PSHostRawUserInterface.KeyAvailable Property

Definition

A non-blocking call to examine if a keystroke is waiting in the input buffer.

public:
 abstract property bool KeyAvailable { bool get(); };
public:
 abstract property bool KeyAvailable { bool get(); };
public abstract bool KeyAvailable { get; }
member this.KeyAvailable : bool
Public MustOverride ReadOnly Property KeyAvailable As Boolean

Property Value

True if a keystroke is waiting in the input buffer, false if not.

Applies to

See also