.Net Organisation Chart Component Class Library
CanConvertFrom Method (context, sourceType)
NamespacesOrgChart.Core.CommandBarNavBarSettingsConverterCanConvertFrom(ITypeDescriptorContext, Type)
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Tests type to ensure that a NavBarSettings can be created from the type.
Declaration Syntax
C#Visual BasicVisual C++
public override bool CanConvertFrom(
	ITypeDescriptorContext context,
	Type sourceType
)
Public Overrides Function CanConvertFrom ( _
	context As ITypeDescriptorContext, _
	sourceType As Type _
) As Boolean
public:
virtual bool CanConvertFrom(
	ITypeDescriptorContext^ context, 
	Type^ sourceType
) override
Parameters
context (ITypeDescriptorContext)

[Missing <param name="context"/> documentation for "M:OrgChart.Core.CommandBar.NavBarSettingsConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

sourceType (Type)

[Missing <param name="sourceType"/> documentation for "M:OrgChart.Core.CommandBar.NavBarSettingsConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]

Return Value

[Missing <returns> documentation for M:OrgChart.Core.CommandBar.NavBarSettingsConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)]

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