ICoreWindowKeyboardInput Interface
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.
Note
IsKeyboardInputEnabled may be altered or unavailable for releases after Windows Phone 8.1 GDR2.
The interface that a Windows Runtime class must implement in order to handle keyboard input.
public interface class ICoreWindowKeyboardInput
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneInternalContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(426448734, 6707, 19223, 153, 53, 51, 142, 246, 68, 52, 119)]
struct ICoreWindowKeyboardInput
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneInternalContract), 65536)]
[Windows.Foundation.Metadata.Guid(426448734, 6707, 19223, 153, 53, 51, 142, 246, 68, 52, 119)]
public interface ICoreWindowKeyboardInput
Public Interface ICoreWindowKeyboardInput
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneInternalContract (introduced in v1.0)
|
Properties
IsKeyboardInputEnabled |
Note IsKeyboardInputEnabled may be altered or unavailable for releases after Windows Phone 8.1 GDR2. Gets or sets whether the touch keyboard is displayed to the user for text input. |
KeyboardInputBuffer |
Note Windows.Phone.UI.Core.ICoreWindowKeyboardInput.KeyboardInputBuffer may be altered or unavailable for releases after Windows Phone 8.1 GDR2. ** only:** Gets or sets the KeyboardInputBuffer object that is used to receive buffered text input. |