This documentation is archived and is not being maintained.
FrameworkContentElement::InputScope Property
Visual Studio 2010
Gets or sets the context for input used by this FrameworkContentElement.
Assembly: PresentationFramework (in PresentationFramework.dll)
XMLNS for XAML: http://schemas.microsoft.com/winfx/2006/xaml/presentation, http://schemas.microsoft.com/netfx/2007/xaml/presentation
public: property InputScope^ InputScope { InputScope^ get (); void set (InputScope^ value); }
<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 nullptr (which results in a default handling of commands).
This dependency property inherits property values. If there are child elements with no other value for InputScope established through local values or styles, the property system will set the value to be the InputScope value of the nearest parent 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: