KeyboardInputBuffer.InputScope 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.
Gets or sets the input scope which determines the set of keys displayed on the Software Input Panel keyboard on the phone
public:
property CoreInputScope InputScope { CoreInputScope get(); void set(CoreInputScope value); };
CoreInputScope InputScope();
void InputScope(CoreInputScope value);
public CoreInputScope InputScope { get; set; }
var coreInputScope = keyboardInputBuffer.inputScope;
keyboardInputBuffer.inputScope = coreInputScope;
Public Property InputScope As CoreInputScope
Property Value
The input scope.
Remarks
The default input scope is CoreInputScope::Text.