Class AutoCompleteTargetConverter
TypeConverter for AutoCompleteTarget.
Inheritance
System.Object
AutoCompleteTargetConverter
Namespace: Syncfusion.Windows.Forms.Tools.Design
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class AutoCompleteTargetConverter : TypeConverter
Constructors
AutoCompleteTargetConverter()
Declaration
public AutoCompleteTargetConverter()
Methods
CanConvertTo(ITypeDescriptorContext, Type)
Indicates whether this converter can convert an object to the given destination type using the context.
Declaration
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | An ITypeDescriptorContext object that provides a format context. |
System.Type | destinationType | A System.Type object that represents the type to which you want to convert. |
Returns
Type |
---|
System.Boolean |
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type)
This member overrides System.ComponentModel.TypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type).
Declaration
public override object ConvertTo(ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType)
Parameters
Type | Name | Description |
---|---|---|
System.ComponentModel.ITypeDescriptorContext | context | An ITypeDescriptorContext that provides a format context. |
System.Globalization.CultureInfo | culture | A CultureInfo object. If a null reference (Nothing in Visual Basic) is passed, the current culture is assumed. |
System.Object | value | The Object to convert. |
System.Type | destinationType | The Type to convert the value parameter to. |
Returns
Type |
---|
System.Object |