Converts a NavBarSettings to the specified destination type
| C# | Visual Basic | Visual C++ |
public override Object ConvertTo( ITypeDescriptorContext context, CultureInfo culture, Object value, Type destinationType )
Public Overrides Function ConvertTo ( _ context As ITypeDescriptorContext, _ culture As CultureInfo, _ value As Object, _ destinationType As Type _ ) As Object
public: virtual Object^ ConvertTo( ITypeDescriptorContext^ context, CultureInfo^ culture, Object^ value, Type^ destinationType ) 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)
[Missing <param name="value"/> documentation for "M:OrgChart.Core.CommandBar.NavBarSettingsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"]
- destinationType (Type)
- target type
[Missing <returns> documentation for M:OrgChart.Core.CommandBar.NavBarSettingsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)]