KeyboardInputBuffer.InputScope Property

Definition

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.

Applies to