PSHostRawUserInterface.KeyAvailable 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.
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.