InputScopeConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Converts the specified object to an InputScope object.
Namespace: System.Windows.Input
Assembly: System.Windows (in System.Windows.dll)
Syntax
'Declaration
Public Overrides Function ConvertFrom ( _
context As ITypeDescriptorContext, _
culture As CultureInfo, _
source As Object _
) As Object
public override Object ConvertFrom(
ITypeDescriptorContext context,
CultureInfo culture,
Object source
)
Parameters
- context
Type: System.ComponentModel.ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.
- culture
Type: System.Globalization.CultureInfo
Describes the intended CultureInfo for the conversion.
- source
Type: System.Object
The object that the converter should convert.
Return Value
Type: System.Object
The InputScope created from converting source.
Remarks
Version Notes
Silverlight for the desktop
Do not use for a Silverlight for the desktop application.
Silverlight for Windows Phone
For more information on SIP and input scopes for Silverlight for Windows Phone, see How to: Specify On-Screen Keyboard Layout for a TextBox.
Version Information
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.