FrameworkElement.InputScope Property
Gets or sets the context for input used by this FrameworkElement.
Namespace: System.Windows
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
<object> <object.InputScope> <InputScope .../> </object.InputScope> </object>
<object InputScope="InputScope" .../>
Property Value
Type: System.Windows.Input.InputScopeThe input scope, which modifies how input from alternative input methods is interpreted. The default value is null (which results in a default handling of commands).
This dependency property inherits property values. If there are child elements without other values for InputScope established through local values or styles, then the property system will set the value to be the InputScope value of the nearest ancestor element with this value assigned.
Although a XAML syntax usage is listed and is syntactically allowed, setting this property in XAML is not common.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.