KryptonWorkspaceSequenceConverterCanConvertTo Method (ITypeDescriptorContext, Type) |
Returns whether this converter can convert the object to the specified type.
Namespace:
Internal.ComponentFactory.Krypton.Workspace
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax public override bool CanConvertTo(
ITypeDescriptorContext context,
Type destinationType
)
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
An ITypeDescriptorContext that provides a format context. - destinationType
- Type: SystemType
A Type that represents the type you want to convert to.
Return Value
Type:
Booleantrue if this converter can perform the conversion; otherwise, false.
See Also