The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
4/5/2013
Provides access to a text buffer that is used to aggregate user input to the Software Input Panel keyboard on the phone.
Syntax
Attributes
- ActivatableAttribute(NTDDI_WIN8)
- MarshalingBehaviorAttribute(Agile)
- VersionAttribute(NTDDI_WIN8)
Members
The KeyboardInputBuffer class has these types of members:
Constructors
The KeyboardInputBuffer class has these constructors.
| Constructor | Description |
|---|---|
| KeyboardInputBuffer | Initializes a new instance of the KeyboardInputBuffer class. |
Events
The KeyboardInputBuffer class has these events.
| Event | Description |
|---|---|
| SelectionChanged | Occurs when the text selection within the input buffer has changed. |
| TextChanged | Occurs when the content changes in the input buffer. |
Methods
The KeyboardInputBuffer class has these methods. It also inherits methods from the Object class.
| Method | Description |
|---|---|
| Select | Selects a range of text in the input buffer. |
| SelectFromTap | Selects a range of text as if the user had tapped on the specified character in the input buffer. |
Properties
The KeyboardInputBuffer class has these properties.
| Property | Access type | Description |
|---|---|---|
| Read/write | Gets or sets the input scope which determines the set of keys displayed on the Software Input Panel keyboard on the phone | |
| Read-only | Gets the number of characters in the current selection in the input buffer. | |
| Read-only | Gets the starting position of the text selected in the input buffer. | |
| Read/write | Gets or sets the contents of the input buffer. |
Remarks
Windows Phone 8
This API is supported in native apps only.
Requirements
|
Minimum supported client | None supported [Windows Store apps only] |
|---|---|
|
Minimum supported server | None supported [Windows Store apps only] |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 4/5/2013