[]
Determines whether the control can convert the context to the specified type.
public override bool CanConvertTo(ITypeDescriptorContext context, Type destinationType)
Public Overrides Function CanConvertTo(context As ITypeDescriptorContext, destinationType As Type) As Boolean
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | Type descriptor context |
Type | destinationType | Type |
Type | Description |
---|---|
bool | Boolean: true if the control can convert the context; false otherwise |