InputScope
InputScope
InputScope
InputScope
Class
Definition
Represents information related to the data provided by an input method.
public : sealed class InputScope : DependencyObject
struct winrt::Windows::UI::Xaml::Input::InputScope : DependencyObject
public sealed class InputScope : DependencyObject
Public NotInheritable Class InputScope Inherits DependencyObject
- Inheritance
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Note
An input method (or Input Method Editor (IME)) specifies how data, such as keyboard strokes, mouse movements, or speech dictation is recognized as input. This provides users with the ability to specify characters and symbols that are not displayed on their input devices. For example, languages that have more graphemes (a unit of text displayed as a single character) than there are keys on the keyboard.
The input scope indicates the expected input so that the XAML framework can display an appropriately formatted touch keyboard (or Soft Input Panel (SIP)). The input scope does not perform any validation, and does not prevent the user from providing any input through a hardware keyboard or otherwise.
Constructors
InputScope() InputScope() InputScope() InputScope() |
Initializes a new instance of the InputScope class. |
Properties
Dispatcher Dispatcher Dispatcher Dispatcher |
Gets the CoreDispatcher that this object is associated with. The CoreDispatcher represents a facility that can access the DependencyObject on the UI thread even if the code is initiated by a non-UI thread. (Inherited from DependencyObject) |
Names Names Names Names |
Gets a collection of valid InputScopeName items that are relevant to this InputScope. |
Methods
See also
Feedback
Loading feedback...