[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ParentStyleNameConverter.ConvertFrom

ConvertFrom Method

ConvertFrom(ITypeDescriptorContext, CultureInfo, object)

Converts a string to a new border object.

Declaration
public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value)
Public Overrides Function ConvertFrom(context As ITypeDescriptorContext, culture As CultureInfo, value As Object) As Object
Parameters
Type Name Description
ITypeDescriptorContext context

ITypeDescriptorContext

CultureInfo culture

CultureInfo

object value

object

Returns
Type Description
object

A new border object.

Overrides