Tests type to ensure that a NavBarSettings can be created from the type.
| C# | Visual Basic | Visual 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
- 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)"]
[Missing <returns> documentation for M:OrgChart.Core.CommandBar.NavBarSettingsConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)]