FrameworkElement.InputScope Property
.NET Framework 3.0
Gets or sets the context for input used by this FrameworkElement. This is a dependency property.
Namespace: System.Windows
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
/** @property */ public InputScope get_InputScope () /** @property */ public void set_InputScope (InputScope value)
public function get InputScope () : InputScope public function set InputScope (value : InputScope)
<object> <object.InputScope> <InputScope .../> </object.InputScope> </object>
<object InputScope="InputScope" .../>
Property Value
The input scope, which modifies how input from alternative input methods is interpreted. The default value is a null reference (Nothing in Visual Basic) (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 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: