InputMethod::InputScope Attached Property
.NET Framework (current version)
Gets or sets the input scope for a specified dependency object.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Windows.Input::InputScope^An InputScope object representing the input scope for a specified dependency object.
The default value is null.
This is an attached property. Use the GetInputScope and SetInputScope methods to set or read this attached property on a specified dependency object.
Show: