ItemStyleConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object) Method

[Missing <summary> documentation for "M:BeeMobile.TouchList.ItemStyleConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo info,
	Object value
)

Parameters

context  ITypeDescriptorContext

[Missing <param name="context"/> documentation for "M:BeeMobile.TouchList.ItemStyleConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

info  CultureInfo

[Missing <param name="info"/> documentation for "M:BeeMobile.TouchList.ItemStyleConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

value  Object

[Missing <param name="value"/> documentation for "M:BeeMobile.TouchList.ItemStyleConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

Return Value

Object

[Missing <returns> documentation for "M:BeeMobile.TouchList.ItemStyleConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"]

See Also