Converts object to a NavBarSettings
| C# | Visual Basic | Visual 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
- 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
[Missing <returns> documentation for M:OrgChart.Core.CommandBar.NavBarSettingsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)]