.Net Organisation Chart Component Class Library
CanConvertTo Method (context, destinationType)
NamespacesOrgChart.Core.CommandBarCommandBarSettingsConverterCanConvertTo(ITypeDescriptorContext, Type)
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Tests to ensure the CommandBarSettings class can be converted to the destination type
Declaration Syntax
C#Visual BasicVisual C++
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)
Public Overrides Function CanConvertTo ( _
	context As ITypeDescriptorContext, _
	destinationType As Type _
) As Boolean
public:
virtual bool CanConvertTo(
	ITypeDescriptorContext^ context, 
	Type^ destinationType
) override
Parameters
context (ITypeDescriptorContext)
Provides contextual information about a component, such as its container and property descriptor.
destinationType (Type)
target type
Return Value
true if can convert to type otherwise false

Assembly: OrgChart (Module: OrgChart) Version: 1.0.0.0 (1.0.0.0)