CursorConverter.ConvertFrom Method (ITypeDescriptorContext, CultureInfo, Object)

 

Attempts to convert the specified object to a Cursor, using the specified context.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public override object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	object value
)

Parameters

context
Type: System.ComponentModel.ITypeDescriptorContext

A format context that provides information about the environment from which this converter is being invoked.

culture
Type: System.Globalization.CultureInfo

Culture specific information.

value
Type: System.Object

The object to convert.

Return Value

Type: System.Object

The converted object, or null if value is an empty string.

Exception Condition
NotSupportedException

value cannot be converted

.NET Framework
Available since 3.0
Return to top
Show: