.Net Organisation Chart Component Class Library
ConvertFrom Method (context, culture, value)
NamespacesOrgChart.Core.CommandBarNavBarSettingsConverterConvertFrom(ITypeDescriptorContext, CultureInfo, Object)
The .NET Organisation Chart Component - A powerful ASP.NET server control for web developers
Converts object to a NavBarSettings
Declaration Syntax
C#Visual BasicVisual C++
public override Object ConvertFrom(
	ITypeDescriptorContext context,
	CultureInfo culture,
	Object value
)
Public Overrides Function ConvertFrom ( _
	context As ITypeDescriptorContext, _
	culture As CultureInfo, _
	value As Object _
) As Object
public:
virtual Object^ ConvertFrom(
	ITypeDescriptorContext^ context, 
	CultureInfo^ culture, 
	Object^ value
) override
Parameters
context (ITypeDescriptorContext)
Provides contextual information about a component, such as its container and property descriptor.
culture (CultureInfo)
Provides information about a specific culture (called a "locale" for unmanaged code development). The information includes the names for the culture, the writing system, the calendar used, and formatting for dates and sort strings.>
value (Object)
object to be converted
Return Value

[Missing <returns> documentation for M:OrgChart.Core.CommandBar.NavBarSettingsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)]

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