Windows.UI.Xaml.Input.InputScopeName

June 22, 2022 ยท View on GitHub

-description

Identifies a particular named input scope that is relevant to an overall InputScope.

-xaml-syntax

<InputScopeName .../>
- or -
<TextBox InputScope="inputScopeNameValue" .../>
-or-
<RichEditBox InputScope="inputScopeNameValue" .../>

-remarks

-examples

-see-also

DependencyObject, TextBox.InputScope, RichEditBox.InputScope, InputScope, InputScopeNameValue, Use input scope to change the touch keyboard

Contents

  1. 1-description
  2. 2-xaml-syntax
  3. 3-remarks
  4. 4-examples
  5. 5-see-also