TextBox.InputScope Property
Silverlight
Gets or sets the context for input used by this TextBox.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
Property Value
Type: System.Windows.Input.InputScopeThe input scope, which modifies how input from alternative input methods is interpreted. The default value is a null reference (Nothing in Visual Basic).
| Exception | Condition |
|---|---|
| NotImplementedException |
API is not supported by the current platform variation. |
Dependency property identifier field: InputScopeProperty.
Version Notes
Silverlight for the desktop
Do not use for a Silverlight for the desktop application.
Silverlight for Windows Phone
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
The full list of InputScopeName values...
... can be found here: http://msdn.microsoft.com/en-us/library/system.windows.input.inputscopenamevalue(v=VS.95).aspx
- 12/1/2010
- Duckboy
- 6/20/2011
- Florin Dimulescu
Case sensitive - unforgiving designer error
$0If the property value is wrong, you will get the dreaded AG_E_PARSER_BAD_PROPERTY_VALUE, and it is case sensitive. The list of scopes are here: http://msdn.microsoft.com/en-us/library/system.windows.input.inputscope(v=VS.95).aspx $0
- 11/15/2010
- LukePuplett
- 11/17/2010
- LukePuplett