Namespace: 
   Neodynamic.WinControls.BarcodeProfessional
    Assembly:
   Neodynamic.WinControls.BarcodeProfessional (in Neodynamic.WinControls.BarcodeProfessional.dll) Version: 6.0.2000.0 (6.0.2000.1)
Syntax
| C# | 
|---|
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)  | 
| Visual Basic (Declaration) | 
|---|
Public Overrides Function CanConvertTo ( _
	context As ITypeDescriptorContext, _
	destinationType As Type _
) As Boolean  | 
| Visual C++ | 
|---|
public:
virtual bool CanConvertTo(
	ITypeDescriptorContext^ context, 
	Type^ destinationType
) override  | 
Parameters
- context
 - Type: System.ComponentModel..::.ITypeDescriptorContext
 
- destinationType
 - Type: System..::.Type
 
See Also